From 2878b40fbe004026dceb8dc0f54d8e127b93ce7f Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sun, 29 Jan 2023 16:14:16 -0800 Subject: emacs: define org-stuck-projects --- .emacs.local.d/modes/org.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.emacs.local.d/modes') diff --git a/.emacs.local.d/modes/org.el b/.emacs.local.d/modes/org.el index b7c78f3..d1c0a2f 100644 --- a/.emacs.local.d/modes/org.el +++ b/.emacs.local.d/modes/org.el @@ -627,6 +627,10 @@ as the default task." ("CANCELLED" . ?c) ("FLAGGED" . ??)))) +(setq org-stuck-projects + '("+LEVEL=2+PROJECT/-MAYBE-DONE" ("NEXT") ("@shop") + "\\")) + ; Allow setting single tags without the menu (setq org-fast-tag-selection-single-key (quote expert)) -- cgit v1.2.3