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.
This commit is contained in:
Daniel - 2022-06-20 17:44:14 +02:00
parent 7bba7ffbab
commit 690d16cdab
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,10 +1146,10 @@ respectively."
(org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-scheduled t)
(org-agenda-sorting-strategy '(priority-down effort-up category-keep)))))) (org-agenda-sorting-strategy '(priority-down effort-up category-keep))))))
("B" "Backlog" ("B" "Backlog"
((tags-todo "-HOLD-SOMEWHEN-DATE-PERIODIC-TEMPLATE/-DONE" ((tags "-HOLD-SOMEWHEN-DATE-PERIODIC-NOTE-NOP-TOPIC-TEMPLATE-TODO={DONE\\|CANC}"
((org-agenda-overriding-header "Backlog items (next items list without periodic tasks; includes waiting-fors)") ((org-agenda-overriding-header "Backlog items (no periodic tasks)")
(org-tags-match-list-sublevels t) (org-tags-match-list-sublevels t)
(org-agenda-sorting-strategy '(priority-down effort-up category-keep)))))) (org-agenda-sorting-strategy '(priority-down effort-up category-keep))))))
("O" "Open, non-periodic TODOs" ("O" "Open, non-periodic TODOs"
((tags-todo "-PERIODIC-SOMEWHEN-REGULAR-HOLD-TEMPLATE" ((tags-todo "-PERIODIC-SOMEWHEN-REGULAR-HOLD-TEMPLATE"
((org-agenda-overriding-header "List of open, non-periodic TODO items") ((org-agenda-overriding-header "List of open, non-periodic TODO items")