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