emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Miro Bezjak
Subject: Re: [O] multiple agenda custom commands causes tag-filter-preset not to work?
Date: Thu, 28 Nov 2013 17:27:56 +0100

Any ideas?


On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak <address@hidden> wrote:
Forgot to mention. I'm using org-mode 8.2.2.

Regards,
Miro


On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak <address@hidden> 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



reply via email to

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