[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Custom agenda 'tags-todo' sorting by scheduled date not working
From: |
Gabriel Duven |
Subject: |
[O] Custom agenda 'tags-todo' sorting by scheduled date not working |
Date: |
Fri, 05 Feb 2016 10:18:27 +0100 |
User-agent: |
Posteo Webmail |
Hi guys,
I created a custom agenda view with tags-todo, which I like to sort by
scheduled date.
(add-to-list 'org-agenda-custom-commands
'("u" "Next actions" tags-todo "+PRIORITY=\"A\""
((org-agenda-overriding-header "Critical")
(org-agenda-prefix-format " %-5:c")
(org-agenda-sorting-strategy '(scheduled-down))
(org-agenda-todo-ignore-scheduled 'future)
(org-agenda-tags-todo-honor-ignore-options t)))
)
But sorting comes out wrong: It's not sorted by the scheduled date. In
fact, it's not sorted at all, but seems to keep order of
org-agenda-files.
Anybody help? Thanks a lot in advace!! Orgmode is great :)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [O] Custom agenda 'tags-todo' sorting by scheduled date not working,
Gabriel Duven <=