From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: [patch] Sort the sitemap again Date: Thu, 22 Apr 2010 17:20:41 +0200 Message-ID: <87sk6ncy46.fsf@gmx.de> References: <87wrw02ric.fsf@gmx.de> <43C32696-E65A-4337-A75C-3ECE447CE51F@gmail.com> <87fx2n21z7.fsf@gmx.de> <6824.1271940964@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4yDL-00070i-0e for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 11:21:15 -0400 Received: from [140.186.70.92] (port=55808 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4yDJ-0006zh-03 for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 11:21:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4yDH-0006fM-1J for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 11:21:12 -0400 Received: from mail.gmx.net ([213.165.64.20]:48845) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O4yDG-0006f6-LA for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 11:21:10 -0400 In-Reply-To: <6824.1271940964@gamaville.dokosmarshall.org> (Nick Dokos's message of "Thu, 22 Apr 2010 08:56:04 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: Emacs-orgmode mailing list , Carsten Dominik Nick Dokos writes: > Sebastian Rose wrote: > >> Carsten Dominik writes: >> > On Apr 22, 2010, at 3:41 AM, Sebastian Rose wrote: >> > >> > ... >> > - Using symbols `first' and `last' instead of strings >>=20 >>=20 >> We'll have to use `equal' then, not `eq': >>=20 > > On the contrary: eq works reliably for symbols (and is, I assume, the > reason that Carsten wanted symbols in the first place: pointer > comparison is fast). I haven't looked at the patch at all (sorry), but > are you sure that that is what broke it? I tried, but it didn't work. But it was my fault. I had this in my org-publish-project-alist: :sitemap-sort-folders 'last But the `'=C2=B4 has to go to make it work. I read a while about `symbols' that way :-/ Best wishes Sebastian