diff options
| author | Raul Benencia <id@rbenencia.name> | 2023-01-29 16:14:16 -0800 | 
|---|---|---|
| committer | Raul Benencia <id@rbenencia.name> | 2023-01-29 16:14:16 -0800 | 
| commit | 2878b40fbe004026dceb8dc0f54d8e127b93ce7f (patch) | |
| tree | 0879c55b89eb164dc117d2499940f3c4dcb2e9c7 /.emacs.local.d/modes | |
| parent | eb94418cd721c839b5149f7a4f2a970a63fb21cf (diff) | |
emacs: define org-stuck-projects
Diffstat (limited to '.emacs.local.d/modes')
| -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)) | 
