Re: [Orgmode] Re: Switching between many contexts

2009-03-04 Thread Daniel Clemente
El dc, mar 04 2009, Carsten Dominik va escriure: > (org-agenda-filter-preset '("-FLUFF" "-BLUFF")) Thank you very much for this addition; not only it allows you to filter out a tag, but also many tags; that is what I needed in the first place. ___

Re: [Orgmode] Re: Switching between many contexts

2009-03-03 Thread Carsten Dominik
On Mar 3, 2009, at 2:31 PM, Carsten Dominik wrote: On Mar 3, 2009, at 2:05 PM, Matthew Lundin wrote: Daniel Clemente writes: In fact I would like to use often the agenda view with several tags excluded, so the ideal setup would be an agenda custom search. But I don't know which command

Re: [Orgmode] Re: Switching between many contexts

2009-03-03 Thread Manuel Hermenegildo
> For this you would indeed you a skip function. > > E.g., > > --8<---cut here---start->8--- > (setq org-agenda-custom-commands > '(("A" agenda "" >((org-agenda-skip-function '(org-agenda-skip-entry-if 'regexp > ":TAG:")) > --8<---

Re: [Orgmode] Re: Switching between many contexts

2009-03-03 Thread Carsten Dominik
On Mar 3, 2009, at 2:05 PM, Matthew Lundin wrote: Daniel Clemente writes: In fact I would like to use often the agenda view with several tags excluded, so the ideal setup would be an agenda custom search. But I don't know which command to use in org-agenda-custom- commands: I don't want

Re: [Orgmode] Re: Switching between many contexts

2009-03-03 Thread Matthew Lundin
Daniel Clemente writes: > In fact I would like to use often the agenda view with several tags > excluded, so the ideal setup would be an agenda custom search. > But I don't know which command to use in org-agenda-custom-commands: I > don't want tags-todo (that's a heading list), but the re