tweak(org-agenda): extend category field of agenda

This commit is contained in:
Kiana Sheibani 2024-07-22 13:36:42 -04:00
parent d56254d4eb
commit e3fcc7e7ca
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -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