From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Interpretation of priorities in org-mode Date: Wed, 01 Aug 2007 18:52:15 +0200 Message-ID: <874pjjxkn4.fsf@bzg.ath.cx> References: <4916e1b50708010747n49b65809p7c94f7d8c804962f@mail.gmail.com> <3c12eb8d0708010813i1b6c0fb5p90ba4f5ff6886326@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IGHQx-00054Y-S9 for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 12:52:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IGHQv-00054J-MH for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 12:52:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IGHQv-00054G-IO for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 12:52:25 -0400 Received: from hu-out-0506.google.com ([72.14.214.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IGHQv-0005Uq-BI for emacs-orgmode@gnu.org; Wed, 01 Aug 2007 12:52:25 -0400 Received: by hu-out-0506.google.com with SMTP id 23so212784huc for ; Wed, 01 Aug 2007 09:52:24 -0700 (PDT) In-Reply-To: <3c12eb8d0708010813i1b6c0fb5p90ba4f5ff6886326@mail.gmail.com> (Piotr Zielinski's message of "Wed\, 1 Aug 2007 16\:13\:36 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Piotr Zielinski" 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