Hi Renger,

Renger van Nieuwkoop <ren...@ecoplan.ch> 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

Reply via email to