.emacs.d/site-lisp/org-init.el

This commit is contained in:
Tom Willemsen 2012-11-28 10:14:25 +01:00
parent bb9e6aab9d
commit b229154af6

View file

@ -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)