tweak(org-agenda): extend category field of agenda
This commit is contained in:
parent
d56254d4eb
commit
e3fcc7e7ca
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue