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

2014-01-04 Thread Bastien
Miro Bezjak writes: > I've implemented the solution to my problem by using > `agenda-skip-entry-if' instead of `org-agenda-tag-filter-preset'. Thanks for sharing your solution! Best, -- Bastien

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

2013-12-07 Thread Miro Bezjak
Hi Bastien, thank you for the explanation. I've implemented the solution to my problem by using `agenda-skip-entry-if' instead of `org-agenda-tag-filter-preset'. Example: (setq org-agenda-custom-commands '(("h" "home" ((

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

2013-12-06 Thread Bastien
Hi Miro, Miro Bezjak writes: > 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

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

2013-11-28 Thread Bastien
Hi Miro, Miro Bezjak writes: > Any ideas? Please be patient -- your first post is 30 hours old, people are not ignoring it, they seem just too busy right now. -- Bastien

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

2013-11-28 Thread Miro Bezjak
Any ideas? On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak 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 wrote: > >> Hi all, >> >> consider the following configuration: >> >> >

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

2013-11-27 Thread Miro Bezjak
Forgot to mention. I'm using org-mode 8.2.2. Regards, Miro On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak wrote: > Hi all, > > consider the following configuration: > > > (setq org-agenda-custom-commands > '(("h" "home" > ((agenda "" ((org

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

2013-11-27 Thread Miro Bezjak
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) --