Thx for help

"Bastien" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
"Alex Rudyk" <[EMAIL PROTECTED]> 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.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





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

Reply via email to