emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] my simple GTD setup


From: Bastien
Subject: Re: [Orgmode] my simple GTD setup
Date: Sat, 29 Sep 2007 15:50:44 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

David O'Toole <address@hidden> writes:

>  - I am having trouble with searching for all the "NEXT" keyword
>    items, which is all I really need to complete my setup. I can see
>    the list of NEXT actions, but not what project they come from or
>    what tags they have. 

Do you use a custom agenda view for this?  

with `org-agenda-remove-tags' set to nil, and with the project being the
category in which the headline is, you should have all the desired info.

Global list of TODO items of type: NEXT
Available with `N r': (0)ALL (1)TODO (2)NEXT (3)DONE
  compas:     NEXT [#A] Mettre en place ...
  compas:     NEXT [#A] Ecrire Nicolas ....   :Write:
  compas:     NEXT [#A] Mettre en forme ...   :Write:

You can also refine this display by adding a new entry to
`org-agenda-custom-commands':

(setq org-agenda-custom-commands
       (("N" todo "NEXT"
         ((org-agenda-sorting-strategy '(priority-down))
          (org-agenda-prefix-format "  %-12c: ")))))

See `org-agenda-prefix-format' docstring for details.

-- 
Bastien




reply via email to

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