Fix agenda title for task backlog

It's not the NEXT list, this is the list two above that list.
This commit is contained in:
Daniel - 2023-06-21 17:45:45 +02:00
parent 8f383bcbdb
commit 5b6af3ad3d
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -1185,7 +1185,7 @@
(org-agenda-sorting-strategy '(deadline-up priority-down))
(org-deadline-warning-days 30)))
(tags-todo "TODO<>\"CONT\"-HOLD-SOMEWHEN-DATE-WAIT-TEMPLATE-SCHEDULED>=\"<today>\"-NOT_BEFORE>=\"<today>\""
((org-agenda-overriding-header "Next Actions List (not WIP, not scheduled now or in the future)")
((org-agenda-overriding-header "Task Backlog (not WIP, not scheduled now or in the future)")
(org-tags-match-list-sublevels t)))))
("B" "Backlog"