From: Renger van Nieuwkoop <renger@ecoplan.ch>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Agenda view filter
Date: Tue, 26 Jul 2011 13:17:22 +0000 [thread overview]
Message-ID: <2152B3DFC552DE47A0A36CCC93D73531043A04C1@mx01.ecoplan.local> (raw)
[-- Attachment #1: Type: text/plain, Size: 529 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 1523 bytes --]
next reply other threads:[~2011-07-26 13:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-26 13:17 Renger van Nieuwkoop [this message]
2011-07-27 16:18 ` Agenda view filter Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2152B3DFC552DE47A0A36CCC93D73531043A04C1@mx01.ecoplan.local \
--to=renger@ecoplan.ch \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.