emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Richard KLINDA
Subject: [Orgmode] Re: how to do this org-agenda command?
Date: Sat, 07 Feb 2009 13:03:53 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Educational Television, linux)

>>>>> 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:

(tags-todo "PRIORITY=\"A\"|SCHEDULED=t|CLOCKED=t" nil)

-- 
Richard




reply via email to

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