From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Sorting of Lists Beginning with a Link Does Not Work as Expected Date: Wed, 25 Nov 2009 11:04:56 +0000 Message-ID: <4B0D0F58.5070105@manor-farm.org> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDFgD-0001ko-Gs for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 06:05:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDFgC-0001jg-16 for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 06:05:00 -0500 Received: from [199.232.76.173] (port=59249 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDFgB-0001jN-NF for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 06:04:59 -0500 Received: from li40-130.members.linode.com ([72.14.178.130]:43297) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDFgB-0006Db-8r for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 06:04:59 -0500 Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id A0DC2CF74 for ; Wed, 25 Nov 2009 11:04:58 +0000 (GMT) Received: from li40-130.members.linode.com ([127.0.0.1]) by localhost (wilkesley.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RE7VBbSW-1gl for ; Wed, 25 Nov 2009 11:04:58 +0000 (GMT) Received: from firewall.banter.local (unknown [217.146.125.41]) by li40-130.members.linode.com (Postfix) with ESMTP id EE241CF67 for ; Wed, 25 Nov 2009 11:04:57 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id CF35FC61A for ; Wed, 25 Nov 2009 11:04:56 +0000 (GMT) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HqTec2fLO1Dr for ; Wed, 25 Nov 2009 11:04:56 +0000 (GMT) Received: from [192.168.0.55] (unknown [192.168.0.55]) by firewall.banter.local (Postfix) with ESMTPSA id B38CCC040 for ; Wed, 25 Nov 2009 11:04:56 +0000 (GMT) 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: emacs-orgmode@gnu.org - [[./benighted_on_the_ben.html][Benighted on the Ben.]] A Winter ascent of Glover's Chimney almost leads to bed & breakfast on the summit of Ben Nevis. - [[./route_major.html][Route Major.]] We get lost on the famous route on Mont Blanc's southern side. - [[file:a_walk_in_the_berwyns.org][A Walk in the Berwyns]] Just to show I don't always get lost. - [[file:castell_helen_gogarth.org][Castell Helen Gogarth]] Classic cliff with a cafe at the top! - [[file:crowberry_left_fork.org][Crowberry Gully, Left Fork]] Buchaille Etive Mor. Much more fun than the ordinary straightforward route. - [[file:first_pinnacle_rib_tryfan.org][First Pinaccle Rib Tryfan]] How not to go climbing with young children. Again I am not sure if this is expected behaviour. If I try to sort the above list using any of the available methods, it doesn't get sorted at all. Using alpha sort I would expect the list to sort starting with the link description and then to consider the rest of the text. Ian.