commit 56c036effc0d9065b224918ca5f677dd4e83b63e
parent 50d87497147f6364d21e7e2e4a5cd3731a0659c5
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date: Mon, 15 Jan 2024 13:46:44 +0100
emacs: started project subtasks shouldn't make the project stuck
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -1522,7 +1522,7 @@ Install Org and require additional components that I use.
(org-attach-store-link-p 'attached)
(org-attach-archive-delete 'query)
(org-stuck-projects '("/PROJ"
- ("NEXT")
+ ("NEXT" "STARTED")
nil nil)
"List projects that are stuck (don't have a next action)")