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")
(sequence "|" "WAITING")))
If you write it like this, WAITING is a DONE state. Projects are not
stuck if they have something TODO. So a project which only has WAITING
entries with the above definition is indeed stuck, because it will not
produce entries in TODO lists.
maybe you should use:
(setq org-todo-keywords '((sequence "ACTION" "DONE")
(sequence "WAITING" "|")))
?
- Carsten
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)
_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode