From mboxrd@z Thu Jan 1 00:00:00 1970 From: MarkS Subject: Re: Getting org-agenda-sorting-strategy to work Date: Mon, 7 Jan 2008 14:42:05 +0000 (UTC) Message-ID: References: <874pdqh07g.fsf@bzg.ath.cx> <87ir268971.fsf@bzg.ath.cx> <87ejcu876v.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBtBE-0003dC-LA for emacs-orgmode@gnu.org; Mon, 07 Jan 2008 09:42:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBtBD-0003b0-4x for emacs-orgmode@gnu.org; Mon, 07 Jan 2008 09:42:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBtBC-0003an-Rt for emacs-orgmode@gnu.org; Mon, 07 Jan 2008 09:42:18 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JBtBC-0007P8-Cr for emacs-orgmode@gnu.org; Mon, 07 Jan 2008 09:42:18 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JBtB5-0003lB-Tx for emacs-orgmode@gnu.org; Mon, 07 Jan 2008 14:42:11 +0000 Received: from ip72-199-153-117.sd.sd.cox.net ([72.199.153.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jan 2008 14:42:11 +0000 Received: from throaway by ip72-199-153-117.sd.sd.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jan 2008 14:42:11 +0000 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 > (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 Thanks Bastien, I'm looking for a way to *sort* (not extract, which I'm already doing with the "/" feature) by the keywords. -- Mark Bastien altern.org> writes: