Change org agenda sorting strategy for TODOs
This commit is contained in:
parent
b37dc5e31d
commit
e759ba5696
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -617,7 +617,7 @@
|
|||
(org-agenda-hide-tags-regexp "\\work")))
|
||||
(tags-todo "work"
|
||||
((org-agenda-prefix-format "")
|
||||
(org-agenda-sorting-strategy '(tag-up priority-down))))
|
||||
(org-agenda-sorting-strategy '(priority-down tag-up))))
|
||||
(tags-todo "personal"
|
||||
((org-agenda-prefix-format "")
|
||||
(org-agenda-sorting-strategy '(tag-up priority-down)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue