emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Agenda for all deadline TODOs sorted by deadline date


From: Bastien
Subject: Re: [Orgmode] Agenda for all deadline TODOs sorted by deadline date
Date: Sun, 09 Dec 2007 00:44:06 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

"Alex Rudyk" <address@hidden> writes:

> How to create custome agenda command that displays all todo items
> that have deadline date and sorted by deadline date where the most close
> date on the top of list.

Maybe this:

(org-add-agenda-custom-command
 '("x" todo "*"
   ((org-agenda-skip-function 
     '(org-agenda-skip-entry-if 'notdeadline))
    (org-agenda-sorting-strategy '(time-up)))))

HTH,

-- 
Bastien




reply via email to

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