Revert "Include complex tasks in main Backlog agenda view"

This reverts commit 690d16cdab.

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.
This commit is contained in:
Daniel - 2022-06-20 18:07:07 +02:00
parent f3186b45f7
commit 8917d2d44b
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 4 additions and 4 deletions

View File

@ -1146,8 +1146,8 @@ 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)")
((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"