commit 60bde99f2982fcdbe9201fa968c229c7bf95f6ec
parent 64e7a8a240920389bdd7b59c92d5fc61d17ab9ac
Author: Alex Balgavy <alex@balgavy.eu>
Date: Tue, 10 Oct 2023 23:32:12 +0200
emacs: stuck projects
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -1504,6 +1504,11 @@ Install Org and require additional components that I use.
(org-src-tab-acts-natively t "a tab in a code block indents the code as it should")
(org-attach-store-link-p 'attached)
(org-attach-archive-delete 'query)
+ (org-stuck-projects '("/PROJ"
+ ("NEXT")
+ nil nil)
+ "List projects that are stuck (don't have a next action)")
+
:bind (("C-c a" . org-agenda)
("C-c n" . org-capture)