emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] multiple agenda custom commands causes tag-filter-preset not to work


From: Miro Bezjak
Subject: [O] multiple agenda custom commands causes tag-filter-preset not to work?
Date: Wed, 27 Nov 2013 11:23:05 +0100

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]