PT <[email protected]> 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.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode