emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Interpretation of priorities in org-mode


From: Carsten Dominik
Subject: Re: [Orgmode] Re: Interpretation of priorities in org-mode
Date: Thu, 9 Aug 2007 07:05:41 +0200


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

"Piotr Zielinski" <address@hidden> 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





reply via email to

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