From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Sorting of Lists Beginning with a Link Does Not Work as Expected Date: Thu, 26 Nov 2009 07:21:25 +0100 Message-ID: References: <4B0D0F58.5070105@manor-farm.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDXjS-0007aq-TV for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:21:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDXjO-0007Yr-E0 for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:21:34 -0500 Received: from [199.232.76.173] (port=44167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDXjO-0007Yo-4i for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:21:30 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:34376) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDXjN-0003LH-Tw for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:21:30 -0500 Received: by ewy24 with SMTP id 24so465005ewy.26 for ; Wed, 25 Nov 2009 22:21:29 -0800 (PST) In-Reply-To: <4B0D0F58.5070105@manor-farm.org> 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: lists@manor-farm.org Cc: emacs-orgmode@gnu.org On Nov 25, 2009, at 12:04 PM, Ian Barton wrote: > - [[./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. Hi Ian, the sorting algorithm is not smart enough to analyze links, so this will be sorted the the link URL, which it is. - Carsten