From: Manish <mailtomanish.sharma@gmail.com>
To: Richard KLINDA <rklinda@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: how to do this org-agenda command?
Date: Sat, 7 Feb 2009 17:52:16 +0530 [thread overview]
Message-ID: <e7cdbe30902070422m6db2608fqb0ccae80e25af53@mail.gmail.com> (raw)
In-Reply-To: <87zlgyqwra.fsf@gmail.com>
On Sat, Feb 7, 2009 at 5:33 PM, Richard KLINDA wrote:
>>>>>> Regarding 'Re: how to do this org-agenda command?'; Manish adds:
>
>
> > --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..
>
> Thanks Manish, would it be possible to have this as a single tags-todo
> section? Ideally I would like to have something like this, so the most
> important tasks can stay visually together at the top of my daily agenda
> stuff:
How about blanking out the header between the two blocks. Does
this appeal to you?
--8<---------------cut here---------------start------------->8---
(setq org-agenda-custom-commands
(quote (("r" "Richard's Daily Agenda"
((agenda "" nil)
(tags-todo "PRIORITY=\"A\""
((org-agenda-overriding-header "")))) nil nil))))
--8<---------------cut here---------------end--------------->8---
> (tags-todo "PRIORITY=\"A\"|SCHEDULED=t|CLOCKED=t" nil)
Obviously this is not a valid syntax (as of now) but what do you mean by
CLOCKED=t?
--
Manish
next prev parent reply other threads:[~2009-02-07 12:22 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
2009-02-07 12:03 ` Richard KLINDA
2009-02-07 12:22 ` Manish [this message]
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=e7cdbe30902070422m6db2608fqb0ccae80e25af53@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).