summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-25 01:09:33 +0200
committerGravatar Tom Willemse2013-04-25 01:09:33 +0200
commitd5dcfc530087b8343f65793c0c6c338afac2bc89 (patch)
treed38ef4f08123d5d2c9f8e9caad5173187cce1d27 /emacs
parent370726e0ccc14eab5f0736fc3f07efbad64d2943 (diff)
downloaddotfiles-d5dcfc530087b8343f65793c0c6c338afac2bc89.tar.gz
dotfiles-d5dcfc530087b8343f65793c0c6c338afac2bc89.zip
Sort todo lists on priority first
Diffstat (limited to 'emacs')
-rw-r--r--emacs/site-lisp/org-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/site-lisp/org-init.el b/emacs/site-lisp/org-init.el
index 77a72a0..a015a0f 100644
--- a/emacs/site-lisp/org-init.el
+++ b/emacs/site-lisp/org-init.el
@@ -101,7 +101,7 @@
(search . " %i %-12:c")))
(setq org-agenda-sorting-strategy
'((agenda habit-down time-up priority-down category-keep)
- (todo user-defined-down)
+ (todo priority-down user-defined-down)
(tags priority-down category-keep)
(search category-keep)))
(setq org-agenda-tags-column (1+ (- (window-width))))