Exclude near deadlines from main task backlog
Those items are shown in the “Deadlines” section anyway, there is no need to duplicate them in the task backlog.
This commit is contained in:
parent
583ddabeaa
commit
a2840cc003
4
init.el
4
init.el
@ -1028,9 +1028,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, no far deadline)")
|
((org-agenda-overriding-header "Task Backlog (not WIP, not scheduled, no near deadline)")
|
||||||
(org-agenda-todo-ignore-scheduled 'all)
|
(org-agenda-todo-ignore-scheduled 'all)
|
||||||
(org-agenda-todo-ignore-deadlines 'far)
|
(org-agenda-todo-ignore-deadlines 'near)
|
||||||
(org-tags-match-list-sublevels t)))))
|
(org-tags-match-list-sublevels t)))))
|
||||||
|
|
||||||
("B" "Backlog"
|
("B" "Backlog"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user