Add backlog overview over all next items, regardless of schedule

This is primarily to be used in the weekly review to check all next items for
still being relevant, but can of course be used for other purposes as well.
This commit is contained in:
Daniel - 2021-11-22 17:24:34 +01:00
parent 56693defa3
commit 901d557c0b
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 5 additions and 0 deletions

View File

@ -1079,6 +1079,11 @@
(org-tags-match-list-sublevels t) (org-tags-match-list-sublevels t)
(org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-scheduled t)
(org-agenda-sorting-strategy '(priority-down category-up)))))) (org-agenda-sorting-strategy '(priority-down category-up))))))
("B" "Backlog"
((tags-todo "-HOLD-SOMEWHEN-DATE-PERIODIC/-DONE"
((org-agenda-overriding-header "Backlog items (next items list without periodic tasks; includes waiting-fors)")
(org-tags-match-list-sublevels t)
(org-agenda-sorting-strategy '(priority-down category-up))))))
("O" "Open, non-periodic TODOs" ("O" "Open, non-periodic TODOs"
((tags-todo "-PERIODIC-SOMEWHEN-REGULAR-HOLD" ((tags-todo "-PERIODIC-SOMEWHEN-REGULAR-HOLD"
((org-agenda-overriding-header "List of open, non-periodic TODO items") ((org-agenda-overriding-header "List of open, non-periodic TODO items")