emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Alex Rudyk
Subject: [Orgmode] Re: Agenda for all deadline TODOs sorted by deadline date
Date: Mon, 10 Dec 2007 09:55:13 -0800

Thx for help


"Bastien" <address@hidden> wrote in message news:address@hidden
"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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode







reply via email to

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