From 4308f2e8a5b430e4333d592b55a7a5be82f21cdd Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 25 Sep 2022 15:23:06 +0200 Subject: [PATCH] Do not indent TOPIC overview Assuming that items above TOPICs are also always TOPICs turned out to be wrong, and an indented display is thus misleading at best. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 7cee6f1..1a1eb24 100644 --- a/init.el +++ b/init.el @@ -1215,7 +1215,7 @@ respectively." (org-agenda-prefix-format '((tags . "%-8c "))))) (tags "TAGS={TOPIC}-TODO={DONE\\|CANC}-SCHEDULED>=\"<+0d>\"-HOLD-WAIT" ((org-agenda-overriding-header "Topics") - (org-agenda-prefix-format '((tags . "%-8c%l "))) + (org-agenda-prefix-format '((tags . "%-8c "))) (org-agenda-sorting-strategy nil))) (tags "TAGS={PERIODIC}-TODO={DONE\\|CANC}-HOLD-SCHEDULED>=\"<+0d>\"-HOLD-WAIT" ((org-agenda-overriding-header "Periodic Projects (PERIODIC, not scheduled in the future, not done, not on hold)")