"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.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode