[Org] Don’t make NOP inherited when looking for stuck projects

This is a major change in the semantics of this tag: NOP now does not designated
whole projects anymore, but only headlines that should not considered by
themselves as projects.  Consequently, sub-headlines of NOP-tagged headlines can
by projects on their own, and also show up as stuck projects if they are so.
This commit is contained in:
Daniel - 2018-08-15 17:49:27 +02:00
parent 4975dab897
commit 9b45215f7a
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 2 deletions

View File

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