From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renger van Nieuwkoop Subject: Agenda view filter Date: Tue, 26 Jul 2011 13:17:22 +0000 Message-ID: <2152B3DFC552DE47A0A36CCC93D73531043A04C1@mx01.ecoplan.local> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_2152B3DFC552DE47A0A36CCC93D73531043A04C1mx01ecoplanloca_" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlhVw-00016v-61 for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 09:17:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlhVu-00069Z-3w for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 09:17:35 -0400 Received: from mail.zimi.ch ([212.103.73.165]:37569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlhVr-00068U-HE for emacs-orgmode@gnu.org; Tue, 26 Jul 2011 09:17:33 -0400 Content-Language: de-DE List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" --_000_2152B3DFC552DE47A0A36CCC93D73531043A04C1mx01ecoplanloca_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi I try to define a view that should show me my agenda for today with all NEX= T/TODO items with priority A. I found some code for the priority but did not manage to get it running wit= h 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 --_000_2152B3DFC552DE47A0A36CCC93D73531043A04C1mx01ecoplanloca_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
Hi
I try to define a view that should show me my agenda for today with al= l NEXT/TODO items with priority A.
I found some code for the priority but did not manage to get it runnin= g 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 ""<= /div>
((org-agenda-entry-types '(:scheduled))
(org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp "= \\[#A\\]"))))
)
 
Could anybode help me= out?
 <= /div>
Thanks<= /div>
 <= /div>
Renger<= /div>
 
 
 
--_000_2152B3DFC552DE47A0A36CCC93D73531043A04C1mx01ecoplanloca_--