👔 [Org] Show category for agenda entries

This commit is contained in:
Marcel Kapfer 2022-10-15 16:20:23 +02:00
parent ec6dae8ecf
commit e5abbf9e85
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -1180,7 +1180,7 @@ Make the column for categories wider.
#+begin_src emacs-lisp
(setq org-agenda-prefix-format
'((agenda . " %i %?-12t% s")
'((agenda . " %i %-15:c%?-12t% s")
(todo . " %i")
(tags . " %i")
(search . " %i")))