emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Getting org-agenda-sorting-strategy to work


From: Bastien
Subject: Re: [Orgmode] Re: Getting org-agenda-sorting-strategy to work
Date: Mon, 07 Jan 2008 06:45:44 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

MarkS <address@hidden> 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




reply via email to

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