From 7bba7ffbab89a86b84c242836fac2eab05feda14 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 20 Jun 2022 17:44:04 +0200 Subject: [PATCH] Remove obsolete REGULAR tag from definition of stuck tasks --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 7fdce53..411c986 100644 --- a/init.el +++ b/init.el @@ -1114,7 +1114,7 @@ respectively." ;; 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\\|TEMPLATE}-SCHEDULED>=\"<+1d>\"" + '("+TODO=\"\"-DATE-HOLD-NOTE-TAGS={NOP\\|TOPIC\\|SOMEWHEN\\|TEMPLATE}-SCHEDULED>=\"<+1d>\"" ("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG" "ATTN") () "")