Hi all,
consider the following configuration:
----------------------------------------
(setq org-agenda-custom-commands
'(("h" "home"
((agenda "" ((org-agenda-span 'day)
(org-agenda-tag-filter-preset '("-work"))))
(alltodo)))))
----------------------------------------
It appears that `org-agenda-tag-filter-preset' does not work when I define
multiple commands under one. The agenda is rendered as if filter was never set.
On the other hand, if I remove `(alltodo)', thus defining only the agenda, then
the filter works without problems.
Any ideas?
Regards,
Miro