Show effort in agenda view

This commit is contained in:
Marcus Kammer 2021-10-12 17:08:58 +02:00
parent 0302eaf77a
commit 12448af649

View file

@ -150,6 +150,10 @@
(org-babel-lob-ingest "~/.emacs.d/library-of-babel.org")
:custom
(org-adapt-indentation nil)
(org-agenda-prefix-format '((agenda . " %i %-12:c%?-12t%-6e% s")
(todo . " %i %-12:c %-6e")
(tags . " %i %-12:c")
(search . " %i %-12:c")))
(org-agenda-dim-blocked-tasks nil)
(org-agenda-inhibit-startup nil)
(org-agenda-span 14)