From 5b6af3ad3d99bcd8483f9f0e7bbcd4810fa7dbbb Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 21 Jun 2023 17:45:45 +0200 Subject: [PATCH] Fix agenda title for task backlog It's not the NEXT list, this is the list two above that list. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 2d9e2dc..6ec3de3 100644 --- a/init.el +++ b/init.el @@ -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>=\"\"-NOT_BEFORE>=\"\"" - ((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"