On Aug 1, 2007, at 18:52, Bastien wrote:

"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.

The reason why this does not work is that sorting by time
only works if the entry has been *selected* for inclusion into
the agenda by a timestamp.  If it was selected, for example, by tag,
the it would be unclear which time to use, there might be many
in the entry, like scheduled, deadline, or a plain time stamp
marking this also as an appointment.

- Carsten



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to