From 901d557c0b8192b7c28b56b48e4671456f3e0e27 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 22 Nov 2021 17:24:34 +0100 Subject: [PATCH] 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. --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index e8c1335..8f21162 100644 --- a/init.el +++ b/init.el @@ -1079,6 +1079,11 @@ (org-tags-match-list-sublevels t) (org-agenda-todo-ignore-scheduled t) (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" ((tags-todo "-PERIODIC-SOMEWHEN-REGULAR-HOLD" ((org-agenda-overriding-header "List of open, non-periodic TODO items")