Today, I found the Org Agenda sorting strategy problem is fixed by commit "1b675f0ca84d637a3780cf3590308116e232fcfd". Thanks, TEC Bastien writes: > Hi, > > stardiviner writes: > >> org-agenda-sorting-strategy bug? Cannot list deadline items before scheduled items. >> >> With the following: >> >> #+begin_src emacs-lisp >> (setq org-agenda-sorting-strategy >> '((agenda time-up deadline-up scheduled-down ts-up habit-down priority-down category-keep) >> (todo priority-down category-keep) >> (tags priority-down category-keep) >> (search category-keep)) >> org-agenda-sorting-strategy-selected >> '(time-up priority-down deadline-up scheduled-down ts-up habit-down category-keep)) >> #+end_src >> >> The time-up is correctly shown first; however, all scheduled items are shown >> next as opposed to all deadline items (the order should be the other way >> around). > > Can you provide a more minimal configuration example, with the order > expected and the order you get? > > As said in the reddit thread, the output of complex sorting strategies > can be confusing, so being minimal here is the way to go. > > Thanks, -- [ stardiviner ] I try to make every word tell the meaning that I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner, Matrix: stardiviner GPG: F09F650D7D674819892591401B5DF1C95AE89AC3