From fa1d564bcaa60570ee6353ff8affaeeab1ecef16 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Tue, 19 Mar 2024 15:17:47 -0400 Subject: [PATCH] Add space for longer category names in agenda --- config.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 9570f07..1d77662 100644 --- a/config.org +++ b/config.org @@ -3053,7 +3053,14 @@ A full week-long agenda is usually too cluttered for me to read, so I'll narrow ;; Make sure agenda is the only window org-agenda-window-setup 'only-window - org-agenda-restore-windows-after-quit t)) + org-agenda-restore-windows-after-quit t + + ;; Agenda prefix + org-agenda-prefix-format + '((agenda . " %i %-18:c%?-12t% s") + (todo . " %i %-18:c") + (tags . " %i %-18:c") + (search . " %i %-18:c")))) #+end_src *** Agenda View