From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Getting org-agenda-sorting-strategy to work Date: Mon, 07 Jan 2008 06:45:44 +0000 Message-ID: <87ejcu876v.fsf@bzg.ath.cx> References: <874pdqh07g.fsf@bzg.ath.cx> <87ir268971.fsf@bzg.ath.cx> 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 1JBlk7-0001Yw-PE for emacs-orgmode@gnu.org; Mon, 07 Jan 2008 01:45:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBlk5-0001VU-Vk for emacs-orgmode@gnu.org; Mon, 07 Jan 2008 01:45:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBlk5-0001V7-O3 for emacs-orgmode@gnu.org; Mon, 07 Jan 2008 01:45:49 -0500 Received: from fg-out-1718.google.com ([72.14.220.154]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBlk5-0001v9-LC for emacs-orgmode@gnu.org; Mon, 07 Jan 2008 01:45:49 -0500 Received: by fg-out-1718.google.com with SMTP id d23so4625247fga.30 for ; Sun, 06 Jan 2008 22:45:48 -0800 (PST) In-Reply-To: (MarkS's message of "Mon, 7 Jan 2008 06:12:35 +0000 (UTC)") 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: MarkS Cc: emacs-orgmode@gnu.org MarkS writes: > If there was a way to sort the view by the TODO keywords. Yes, of course: (setq org-agenda-custom-commands '(("!" todo "NEXT" nil) ("r" tags "Read" nil) ("R" tags-todo "Read/NEXT" nil))) With this setting, you have these keys: `!' will display items having a "NEXT" to-do keyword `r' will display items having a "Read" tag `R' will display items having a "Read" tag and the "NEXT" keyword HTH, -- Bastien