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: Bastien
Subject: Re: [Orgmode] Re: Interpretation of priorities in org-mode
Date: Wed, 01 Aug 2007 18:52:15 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

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

-- 
Bastien




reply via email to

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