emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Agenda view filter


From: Bastien
Subject: Re: [O] Agenda view filter
Date: Wed, 27 Jul 2011 18:18:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Renger,

Renger van Nieuwkoop <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]