emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] how to do this org-agenda command?


From: Manish
Subject: Re: [Orgmode] how to do this org-agenda command?
Date: Sat, 7 Feb 2009 15:18:22 +0530

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




reply via email to

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