"Piotr Zielinski" <[EMAIL PROTECTED]> writes: > The reason why I decided to use priorities was because it was easier > to make them work with org-agenda. In particular, I don't know how to > make the agenda display, for example, "all headlines without > the :today: tag in the order of increasing deadlines". If this is > possible, I'll happily switch to tags.
This search should be achieved with a custom command like: (setq org-agenda-custom-commands '(("u" tags "-today" ((org-agenda-sorting-strategy '(time-up)))))) See (info "(org)Setting Options") ... but i can't have the '(time-up) option to be taken into account. At least it works for selecting all but the :today: tag. -- Bastien _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode