Shorten scheduled and deadline leaders in Org agenda for space
This commit is contained in:
parent
1e6e15669e
commit
823139669e
6
init.el
6
init.el
@ -1029,8 +1029,12 @@ accordingly."
|
|||||||
()
|
()
|
||||||
"")
|
"")
|
||||||
|
|
||||||
|
;; Shortening leaders by https://whhone.com/posts/org-agenda-repeated-tasks/
|
||||||
|
org-agenda-scheduled-leaders '("Sched" "S.%2dx")
|
||||||
|
org-agenda-deadline-leaders '("Deadl" "D%3dd" "D.%2dx")
|
||||||
|
|
||||||
org-agenda-prefix-format
|
org-agenda-prefix-format
|
||||||
'((agenda . " %11s%?-12t%-4(db/org-remaining-effort-of-current-item) ")
|
'((agenda . " %-6s%?-12t%-4(db/org-remaining-effort-of-current-item) ")
|
||||||
(todo . " %-8c%-4(db/org-remaining-effort-of-current-item) ")
|
(todo . " %-8c%-4(db/org-remaining-effort-of-current-item) ")
|
||||||
(tags . " %-8c%-4(db/org-remaining-effort-of-current-item) ")
|
(tags . " %-8c%-4(db/org-remaining-effort-of-current-item) ")
|
||||||
(search . " %-8c%-4(db/org-remaining-effort-of-current-item) "))
|
(search . " %-8c%-4(db/org-remaining-effort-of-current-item) "))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user