PT <spamfilteracco...@gmail.com> 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


_______________________________________________
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

Reply via email to