From 8917d2d44b047d34de4d36ef75ab57b2c2db5f73 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 20 Jun 2022 18:07:07 +0200 Subject: [PATCH] Revert "Include complex tasks in main Backlog agenda view" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 690d16cdab73a8fc65d017be30176213d9b60f78. Do not include complex tasks in the backlog agenda, as complex tasks are no actionable items, but the backlog agenda should only list things that can and should be done. Stuck complex tasks are shown in the Project agenda, and a list of all others might only be necessary during reviews – but when complex tasks need reviews (apart from when they are stuck), they should have a NOTE sub-item. --- init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index c81cd90..411c986 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 "-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)))))) + ((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)))))) ("O" "Open, non-periodic TODOs" ((tags-todo "-PERIODIC-SOMEWHEN-REGULAR-HOLD-TEMPLATE" ((org-agenda-overriding-header "List of open, non-periodic TODO items")