Re: [O] Agenda view filter

2011-07-27 Thread Bastien
Hi Renger,

Renger van Nieuwkoop  writes:

> I try to define a view that should show me my agenda for today with
> all NEXT/TODO items with priority A.
> I found some code for the priority but did not manage to get it
> running with filtering for NEXT/TODO  (I tried adding (todo “NEXT|
> TODO”) but that did not work).
>  
> (setq org-agenda-custom-commands
> '(("p" "Prio A and scheduled" agenda ""
> ((org-agenda-entry-types '(:scheduled))
> (org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp "\\[#
> A\\]"
> )

I don't have time to help more right now but I suggest you read this
great tutorial:

  http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.html

Best,

-- 
 Bastien



[O] Agenda view filter

2011-07-26 Thread Renger van Nieuwkoop
Hi
I try to define a view that should show me my agenda for today with all 
NEXT/TODO items with priority A.
I found some code for the priority but did not manage to get it running with 
filtering for NEXT/TODO  (I tried adding (todo "NEXT|TODO") but that did not 
work).

(setq org-agenda-custom-commands
'(("p" "Prio A and scheduled" agenda ""
((org-agenda-entry-types '(:scheduled))
(org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp "\\[#A\\]"
)

Could anybode help me out?

Thanks

Renger