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:
parent
cdf906c550
commit
9f0738ae60
9
init.el
9
init.el
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user