From 690d16cdab73a8fc65d017be30176213d9b60f78 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 20 Jun 2022 17:44:14 +0200 Subject: [PATCH] Include complex tasks in main Backlog agenda view This is not optional yet, but without an explicit GOAL tag it's hard to do better. --- init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 411c986..c81cd90 100644 --- a/init.el +++ b/init.el @@ -1146,10 +1146,10 @@ respectively." (org-agenda-todo-ignore-scheduled t) (org-agenda-sorting-strategy '(priority-down effort-up category-keep)))))) ("B" "Backlog" - ((tags-todo "-HOLD-SOMEWHEN-DATE-PERIODIC-TEMPLATE/-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 effort-up category-keep)))))) + ((tags "-HOLD-SOMEWHEN-DATE-PERIODIC-NOTE-NOP-TOPIC-TEMPLATE-TODO={DONE\\|CANC}" + ((org-agenda-overriding-header "Backlog items (no periodic tasks)") + (org-tags-match-list-sublevels t) + (org-agenda-sorting-strategy '(priority-down effort-up category-keep)))))) ("O" "Open, non-periodic TODOs" ((tags-todo "-PERIODIC-SOMEWHEN-REGULAR-HOLD-TEMPLATE" ((org-agenda-overriding-header "List of open, non-periodic TODO items")