[Org] Fix spec for stuck projects

This commit is contained in:
Daniel Borchmann 2018-02-04 18:14:30 +01:00
parent c6815e9749
commit 2943a7a4b9
Signed by: exot
GPG Key ID: 4F63DB96D45AA9C6

View File

@ -349,9 +349,9 @@ forces clocking in of the default task."
'(:link t :maxlevel 4 :compact t :narrow 60 :fileskip0 t)) '(:link t :maxlevel 4 :compact t :narrow 60 :fileskip0 t))
(setq org-stuck-projects (setq org-stuck-projects
'("-REGULAR-HOLD-NOTE+TODO=\"\"" '("-DATE-NOP-HOLD-REGULAR-HOLD-NOTE+TODO=\"\""
("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG") ("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG")
("DATE" "NOP" "HOLD") ()
"")) ""))
(defun db/org-agenda-list-deadlines (&optional match) (defun db/org-agenda-list-deadlines (&optional match)