> 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)
_______________________________________________
Emacs-orgmode mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode