Forgot to mention. I'm using org-mode 8.2.2.

Regards,
Miro


On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak <bezjak.miro@gmail.com> wrote:
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