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?
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
