From 85a963e6aeb10e640d6517a43acc2a1af028f9a6 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 27 Mar 2022 10:00:26 +0200 Subject: [PATCH] Update configuration of stuck projects to exclude TEMPLATE items --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index ab0d0fb..701469b 100644 --- a/init.el +++ b/init.el @@ -1056,7 +1056,7 @@ ;; here is that projects that have an explicit SCHEDULED entry ;; should not be considered before this date is due. org-stuck-projects - '("+TODO=\"\"-DATE-REGULAR-HOLD-NOTE-TAGS={NOP\\|TOPIC\\|SOMEWHEN}-SCHEDULED>=\"<+1d>\"" + '("+TODO=\"\"-DATE-REGULAR-HOLD-NOTE-TAGS={NOP\\|TOPIC\\|SOMEWHEN\\|TEMPLATE}-SCHEDULED>=\"<+1d>\"" ("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG" "ATTN") () "")