[O] Re: Accessing CATEGORY for custom agenda command

2011-03-21 Thread Markus Heller
Matt Lundin writes: > Markus Heller writes: > >> I'm trying to get the following to work: >> >> (org-add-agenda-custom-command >> '("X" tags "Task" >>((org-agenda-skip-function '(org-agenda-skip-entry-if >> 'notregexp "Admin")) >> (org-agenda-overriding-hea

[O] Re: Accessing CATEGORY for custom agenda command

2011-03-18 Thread Matt Lundin
Markus Heller writes: > I'm trying to get the following to work: > > (org-add-agenda-custom-command > '("X" tags "Task" >((org-agenda-skip-function '(org-agenda-skip-entry-if > 'notregexp "Admin")) > (org-agenda-overriding-header " Test" > > > I want a