Skip to content

Instantly share code, notes, and snippets.

@muihlinn
Created October 6, 2019 06:28
Show Gist options
  • Save muihlinn/afb50a9be56911b03f98db13369a1bd6 to your computer and use it in GitHub Desktop.
Save muihlinn/afb50a9be56911b03f98db13369a1bd6 to your computer and use it in GitHub Desktop.
Emacs exchange question #52968
;; Add this to your org-agenda-custom-commands and eval it.
;; call this agenda.
("t" "test emacsexchange q52968"
(tags "todotest"
((org-agenda-overriding-header "Sorting test")
(org-agenda-sorting-strategy
'((agenda habit-down time-up todo-state-down priority-down category-keep)
(todo priority-down category-keep)
(tags priority-down category-keep)
(search category-keep)))))))

TODOs TEST

todo headline

wait headline

done headline

cncl headline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment