David O'Toole <[EMAIL PROTECTED]> 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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode