Sort Org entries also by ascending effort

The idea is that items with identical priority but low effort are „more worthy“
than items with higher efforts (same gain = priority with lower effort).
This commit is contained in:
Daniel - 2022-06-08 16:55:38 +02:00
parent a8eeab743a
commit 2894c48e79
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 4 additions and 4 deletions

View File

@ -1015,10 +1015,10 @@
org-agenda-span 1
org-agenda-insert-diary-strategy 'top-level
org-catch-invisible-edits 'show
org-agenda-sorting-strategy '((agenda time-up habit-up priority-down)
(todo priority-down category-keep)
(tags priority-down category-keep)
(search category-keep))
org-agenda-sorting-strategy '((agenda time-up priority-down effort-up category-keep)
(todo priority-down effort-up category-keep)
(tags priority-down effort-up category-keep)
(search priority-down effort-up category-keep))
org-agenda-window-setup 'current-window
org-agenda-restore-windows-after-quit t
org-agenda-compact-blocks nil