From: Manish <mailtomanish.sharma@gmail.com>
To: Richard KLINDA <rklinda@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: how to do this org-agenda command?
Date: Sat, 7 Feb 2009 15:18:22 +0530 [thread overview]
Message-ID: <e7cdbe30902070148i37112e3dm6359c3bfd9ff7a57@mail.gmail.com> (raw)
In-Reply-To: <87fxir55ud.fsf@gmail.com>
On Sat, Feb 7, 2009 at 8:08 AM, Richard KLINDA wrote:
> Hi, I need an org-agenda-custom-commands section for the following: list
> all TODO entries, that are either scheduled for that day OR have #A
> priority. Is it possible? Thanks in advance!
--8<---------------cut here---------------start------------->8---
(setq org-agenda-custom-commands
(quote (("r" "Richard's Daily Agenda"
((tags-todo "PRIORITY=\"A\"" nil)
(agenda "" nil)) nil nil))))
--8<---------------cut here---------------end--------------->8---
It lists an "A" priority task twice if it is scheduled for today. May be
a skip condition can be added..
--
Manish
next prev parent reply other threads:[~2009-02-07 9:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-07 2:38 how to do this org-agenda command? Richard KLINDA
2009-02-07 9:48 ` Manish [this message]
2009-02-07 12:03 ` Richard KLINDA
2009-02-07 12:22 ` Manish
2009-02-07 12:54 ` Richard KLINDA
2009-02-07 13:13 ` Manish
2009-02-07 14:31 ` Richard KLINDA
2009-02-07 14:13 ` Matthew Lundin
2009-02-07 14:26 ` Richard KLINDA
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e7cdbe30902070148i37112e3dm6359c3bfd9ff7a57@mail.gmail.com \
--to=mailtomanish.sharma@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=rklinda@gmail.com \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).