emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Custom agenda 'tags-todo' sorting by scheduled data note working


From: Nick Dokos
Subject: Re: [O] Custom agenda 'tags-todo' sorting by scheduled data note working
Date: Wed, 10 Feb 2016 22:45:42 -0500
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.1.50 (gnu/linux)

Gabriel Duven <address@hidden> writes:

> 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.
>

FWIW, it seems to work fine here: I get all the #A items, sorted by
scheduled date, latest one first. Not sure why it's not working for you.

-- 
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]