From e3fcc7e7cac1cda413e8d416451d207c24480d66 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 22 Jul 2024 13:36:42 -0400 Subject: [PATCH] tweak(org-agenda): extend category field of agenda --- config.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.org b/config.org index 54a6bca..da0295b 100644 --- a/config.org +++ b/config.org @@ -3588,10 +3588,10 @@ A full week-long agenda is usually too cluttered for me to read, so I'll narrow ;; Agenda prefix org-agenda-prefix-format - '((agenda . " %i %-18:c%?-12t% s") - (todo . " %i %-18:c") - (tags . " %i %-18:c") - (search . " %i %-18:c")))) + '((agenda . " %i %-36:c%?-12t% s") + (todo . " %i %-36:c") + (tags . " %i %-36:c") + (search . " %i %-36:c")))) #+end_src *** Agenda View