Consider projects with DATE items as non-stuck

It might be that those DATE entries are past items, but this should be captured by in the
Unsupervised agenda view.
This commit is contained in:
Daniel Borchmann 2025-08-24 14:26:27 +02:00
parent cdf906c550
commit 9f0738ae60
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -1213,14 +1213,13 @@ accordingly."
org-agenda-clockreport-parameter-plist org-agenda-clockreport-parameter-plist
'(:link t :maxlevel 4 :compact t :narrow 60 :fileskip0 t) '(:link t :maxlevel 4 :compact t :narrow 60 :fileskip0 t)
;; Note: projects scheduled in the future are not considered ;; Note: projects scheduled in the future are not considered stuck, even though they
;; stuck, even though they are projects by itself; the rationale ;; are projects by itself; the rationale here is that projects that have an explicit
;; here is that projects that have an explicit SCHEDULED entry ;; 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-HOLD-NOTE-WAIT-NOP-TOPIC-SOMEWHEN-TEMPLATE-SCHEDULED>=\"<+0d>\"" '("+TODO=\"\"-DATE-HOLD-NOTE-WAIT-NOP-TOPIC-SOMEWHEN-TEMPLATE-SCHEDULED>=\"<+0d>\""
("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG" "ATTN") ("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG" "ATTN")
() ("DATE")
"") "")
org-agenda-prefix-format org-agenda-prefix-format