Skip task backlog items with deadline warning time in the future
This change is experimental and might be reverted. Idea: we don't want to see those items until the deadline warning date is due anyway. Drawback: those items are not shown even when jumping to the specific date (or past it), so planning ahread get's a bit more complicated.
This commit is contained in:
parent
599cdec229
commit
3dee200729
3
init.el
3
init.el
@ -1024,8 +1024,9 @@ quickly loose their meaning."
|
|||||||
(org-agenda-todo-ignore-scheduled 'all)
|
(org-agenda-todo-ignore-scheduled 'all)
|
||||||
(org-agenda-todo-ignore-timestamp 0)))
|
(org-agenda-todo-ignore-timestamp 0)))
|
||||||
(tags-todo "TODO<>\"CONT\"-HOLD-SOMEWHEN-DATE-WAIT-TEMPLATE"
|
(tags-todo "TODO<>\"CONT\"-HOLD-SOMEWHEN-DATE-WAIT-TEMPLATE"
|
||||||
((org-agenda-overriding-header "Task Backlog (not WIP, not scheduled)")
|
((org-agenda-overriding-header "Task Backlog (not WIP, not scheduled, no far deadline)")
|
||||||
(org-agenda-todo-ignore-scheduled 'all)
|
(org-agenda-todo-ignore-scheduled 'all)
|
||||||
|
(org-agenda-todo-ignore-deadlines 'far)
|
||||||
(org-tags-match-list-sublevels t)))))
|
(org-tags-match-list-sublevels t)))))
|
||||||
|
|
||||||
("B" "Backlog"
|
("B" "Backlog"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user