Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > If there is no more feedback nor objection, I'll merge the branch in > master before the end of the week.
One issue I noticed: The sorting of categories defined in org-agenda-sorting-strategy is not honored. The default category sorting for the agenda is to order the categories as they appear in the agenda files. Take the following text as the agenda file. --8<---------------cut here---------------start------------->8--- * y :PROPERTIES: :CATEGORY: y :END: ** TODO a SCHEDULED: <2017-09-29 Fri> * x :PROPERTIES: :CATEGORY: x :END: ** TODO b SCHEDULED: <2017-09-29 Fri> --8<---------------cut here---------------end--------------->8--- Running emacs -Q and "M-x org-agenda a" on master displays Week-agenda (W39): Monday 25 September 2017 W39 Tuesday 26 September 2017 Wednesday 27 September 2017 Thursday 28 September 2017 Friday 29 September 2017 y: Scheduled: TODO a x: Scheduled: TODO b Saturday 30 September 2017 Sunday 1 October 2017 Running the same sequence on wip-agenda-speedup displays Week-agenda (W39): Monday 25 September 2017 W39 Tuesday 26 September 2017 Wednesday 27 September 2017 Thursday 28 September 2017 Friday 29 September 2017 x: Scheduled: TODO b y: Scheduled: TODO a Saturday 30 September 2017 Sunday 1 October 2017 -- Kyle