diff options
Diffstat (limited to '.emacs.local.d/modes/org.el')
-rw-r--r-- | .emacs.local.d/modes/org.el | 4 |
1 files changed, 4 insertions, 0 deletions
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") + "\\<IGNORE\\>")) + ; Allow setting single tags without the menu (setq org-fast-tag-selection-single-key (quote expert)) |