[Orgmode] Re: [help] A org agenda command

2009-02-06 Thread Carsten Dominik
Hi Leo, I am afraid there is no "good" solution to this problem, you can always look at this two ways. Would you like to suggest a place where this behavior could be documented? - Carsten On Feb 4, 2009, at 4:34 PM, Leo wrote: On 2009-02-04 14:22 +, Carsten Dominik wrote: On Feb 4, 2009

[Orgmode] Re: [help] A org agenda command

2009-02-04 Thread Leo
On 2009-02-04 14:22 +, Carsten Dominik wrote: >> On Feb 4, 2009, at 10:41 AM, Leo wrote: >> >>> On 2007-04-24 11:18 +0100, Carsten Dominik wrote: LEVEL=2/-DONE means that the search for stuck projects should consider any level 2 entry (i.e. starting with **) as a project, but sho

[Orgmode] Re: [help] A org agenda command

2009-02-04 Thread Carsten Dominik
Hi Leo, this is possible, but will break what people use, I am afraid. - Carsten On Feb 4, 2009, at 10:41 AM, Leo wrote: On 2007-04-24 11:18 +0100, Carsten Dominik wrote: LEVEL=2/-DONE means that the search for stuck projects should consider any level 2 entry (i.e. starting with **) as a p

[Orgmode] Re: [help] A org agenda command

2009-02-04 Thread Leo
On 2007-04-24 11:18 +0100, Carsten Dominik wrote: > LEVEL=2/-DONE means that the search for stuck projects should consider > any level 2 entry (i.e. starting with **) as a project, but should > immediately exclude projects where the top headline is marked DONE. I remember we had a discussion to ma

Re: [Orgmode] Re: [help] A org agenda command

2007-04-24 Thread Carsten Dominik
On Apr 24, 2007, at 13:11, Leo wrote: However, it is weird that this doesn't respect the `org-odd-levels-only' setting. I set the following to achieve multiple DONE states (is there a better way?): (setq org-todo-keywords '((sequence "ACTION" "DONE") (sequen

[Orgmode] Re: [help] A org agenda command

2007-04-24 Thread Leo
> However, it is weird that this doesn't respect the `org-odd-levels-only' > setting. I set the following to achieve multiple DONE states (is there a better way?): (setq org-todo-keywords '((sequence "ACTION" "DONE") (sequence "|" "WAITING"))) But all projects mar

[Orgmode] Re: [help] A org agenda command

2007-04-24 Thread Leo
Dear Carsten, - Carsten Dominik (2007-04-24) wrote:- > LEVEL=2/-DONE means that the search for stuck projects should consider > any level 2 entry (i.e. starting with **) as a project, but should > immediately exclude projects where the top headline is marked DONE. > > Starting from this,

Re: [Orgmode] Re: [help] A org agenda command

2007-04-24 Thread Carsten Dominik
LEVEL=2/-DONE means that the search for stuck projects should consider any level 2 entry (i.e. starting with **) as a project, but should immediately exclude projects where the top headline is marked DONE. Starting from this, the project subtrees are then checked for TODO keywords and TAGS.

[Orgmode] Re: [help] A org agenda command

2007-04-24 Thread Leo
- Leo (2007-04-24) wrote:- >> (setq org-stuck-projects >> '("LEVEL=2/-DONE" ("*") ("*") >> "\\<\\(SCHEDULED\\|DEADLINE\\): <")) > > I am trying this with 4.72. What does "LEVEL=2/-DONE" mean? I wonder this because with the setting above, `C-c a #' still brings up an empty list.

[Orgmode] Re: [help] A org agenda command

2007-04-24 Thread Leo
- Carsten Dominik (2007-04-23) wrote:- > (setq org-stuck-projects > '("LEVEL=2/-DONE" ("*") ("*") > "\\<\\(SCHEDULED\\|DEADLINE\\): <")) I am trying this with 4.72. What does "LEVEL=2/-DONE" mean? -- Leo (GPG Key: 9283AA3F) _

[Orgmode] Re: [help] A org agenda command

2007-04-23 Thread Leo
- Carsten Dominik (2007-04-23) wrote:- > In fact, the following will also be possible, allowing just what > you asked for: > > (setq org-stuck-projects > '("LEVEL=2/-DONE" ("*") ("*") > "\\<\\(SCHEDULED\\|DEADLINE\\): <")) > > The last element is an arbitrary regular expression.