Sort todo lists on priority first
This commit is contained in:
parent
370726e0cc
commit
d5dcfc5300
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue