.emacs.d/site-lisp/org-init.el
This commit is contained in:
parent
bb9e6aab9d
commit
b229154af6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
'((agenda . " %i %-12:c%?-12t% s")
|
||||
(timeline . " % s")
|
||||
(todo . " %i %-12:c %(concat \"[ \"(org-format-outline-path (org-get-outline-path)) \" ]\") ")
|
||||
(tags . " %i %-12:c")
|
||||
(tags . " %i %-12:c %(concat \"[ \"(org-format-outline-path (org-get-outline-path)) \" ]\") ")
|
||||
(search . " %i %-12:c")))
|
||||
(setq org-agenda-sorting-strategy
|
||||
'((agenda habit-down time-up priority-down category-keep)
|
||||
|
|
Loading…
Reference in a new issue