[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Re: how to do this org-agenda command?
From: |
Manish |
Subject: |
Re: [Orgmode] Re: how to do this org-agenda command? |
Date: |
Sat, 7 Feb 2009 17:52:16 +0530 |
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
- [Orgmode] how to do this org-agenda command?, Richard KLINDA, 2009/02/06
- Re: [Orgmode] how to do this org-agenda command?, Manish, 2009/02/07
- [Orgmode] Re: how to do this org-agenda command?, Richard KLINDA, 2009/02/07
- Re: [Orgmode] Re: how to do this org-agenda command?,
Manish <=
- Re: [Orgmode] Re: how to do this org-agenda command?, Richard KLINDA, 2009/02/07
- Re: [Orgmode] Re: how to do this org-agenda command?, Manish, 2009/02/07
- Re: [Orgmode] Re: how to do this org-agenda command?, Richard KLINDA, 2009/02/07
- Re: [Orgmode] Re: how to do this org-agenda command?, Matthew Lundin, 2009/02/07
- Re: [Orgmode] Re: how to do this org-agenda command?, Richard KLINDA, 2009/02/07