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