emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Filtering the global todo list in a custom agenda


From: Matt Lundin
Subject: [Orgmode] Re: Filtering the global todo list in a custom agenda
Date: Wed, 30 Sep 2009 12:26:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (darwin)

PT <address@hidden> writes:

> I'm trying to filter the global todo list, so that items with certain
> tags don't appear in it, but this solution doesn't seem to work:
>
> (setq org-agenda-custom-commands
>       '(("h" "Agenda and todo"
>          ((agenda "")
>           (alltodo "-test")))))
>
>
> Items with "test" tag are shown nevertheless. How could I filter them?

(setq org-agenda-custom-commands
      '(("h" "Agenda and todo"
         ((agenda "")
          (tags-todo "-test")))))

- Matt




reply via email to

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