Remove obsolete REGULAR tag from definition of stuck tasks

This commit is contained in:
Daniel - 2022-06-20 17:44:04 +02:00
parent d7bf414fd5
commit 7bba7ffbab
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -1114,7 +1114,7 @@ respectively."
;; here is that projects that have an explicit SCHEDULED entry ;; here is that projects that have an explicit SCHEDULED entry
;; should not be considered before this date is due. ;; should not be considered before this date is due.
org-stuck-projects 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") ("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG" "ATTN")
() ()
"") "")