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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to