|
| From: | Leo |
| Subject: | [Orgmode] Re: [help] A org agenda command |
| Date: | Tue, 24 Apr 2007 12:11:15 +0100 |
| User-agent: | No Gnus v0.6, Emacs/23.0.0.14 (2007-04-24), Fedora 6 gnu/linux |
> 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 marked with "WAITING" are still considered stuck.
I now set something like this:
(setq org-stuck-projects
'("LEVEL=3/-DONE-WAITING" ("*") ("*")
"\\<\\(SCHEDULED\\|DEADLINE\\): <"))
But I think even without `-WAITING', projects shouldn't be considered
stuck due to the first `("*")'. Bug?
--
Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)
| [Prev in Thread] | Current Thread | [Next in Thread] |