From 9b45215f7ac1a2f1eda2cf2d2ca289ff41a0cb1c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 15 Aug 2018 17:49:27 +0200 Subject: [PATCH] =?UTF-8?q?[Org]=20Don=E2=80=99t=20make=20NOP=20inherited?= =?UTF-8?q?=20when=20looking=20for=20stuck=20projects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- site-lisp/db-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 1e0deb2..5be1d53 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -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)