From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] Agenda speed up Date: Mon, 02 Oct 2017 15:41:41 +0200 Message-ID: <87efqlis4q.fsf@nicolasgoaziou.fr> References: <87h8wtugst.fsf@nicolasgoaziou.fr> <87r2upkzda.fsf@nicolasgoaziou.fr> <87tvzk7tz5.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dz0yj-0002cP-8E for emacs-orgmode@gnu.org; Mon, 02 Oct 2017 09:41:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dz0ye-00007D-H2 for emacs-orgmode@gnu.org; Mon, 02 Oct 2017 09:41:49 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:52052) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dz0ye-00006n-Ar for emacs-orgmode@gnu.org; Mon, 02 Oct 2017 09:41:44 -0400 In-Reply-To: <87tvzk7tz5.fsf@kyleam.com> (Kyle Meyer's message of "Fri, 29 Sep 2017 23:20:30 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Kyle Meyer Cc: Org Mode List Hello, Kyle Meyer writes: > Nicolas Goaziou 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. > > > * y > :PROPERTIES: > :CATEGORY: y > :END: > > ** TODO a > SCHEDULED: <2017-09-29 Fri> > > * x > :PROPERTIES: > :CATEGORY: x > :END: > > ** TODO b > SCHEDULED: <2017-09-29 Fri> > > 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 Fixed. Thank you. Regards, -- Nicolas Goaziou