summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-28 10:14:25 +0100
committerGravatar Tom Willemsen2012-11-28 10:14:25 +0100
commitb229154af604f297c8d903649023f70fe8388613 (patch)
tree8d3a70a8fb949ecc557789553a08c68d1c0bb932
parentbb9e6aab9d1bd89b12d6bcd418c969ac97c86d7d (diff)
downloaddotfiles-b229154af604f297c8d903649023f70fe8388613.tar.gz
dotfiles-b229154af604f297c8d903649023f70fe8388613.zip
.emacs.d/site-lisp/org-init.el
-rw-r--r--.emacs.d/site-lisp/org-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/site-lisp/org-init.el b/.emacs.d/site-lisp/org-init.el
index cccf659..b8a41b8 100644
--- a/.emacs.d/site-lisp/org-init.el
+++ b/.emacs.d/site-lisp/org-init.el
@@ -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)