From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: sort lists by highest level entries Date: Wed, 06 Mar 2013 16:51:44 +0100 Message-ID: <87a9qgfrvz.fsf@gmail.com> References: <87hakofvmz.fsf@gmail.com> <5137611E.5060806@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDGdQ-0002kh-RT for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 10:52:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDGdO-0000t5-Vm for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 10:52:04 -0500 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:40272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDGdO-0000ss-QN for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 10:52:02 -0500 Received: by mail-we0-f178.google.com with SMTP id o45so904136wer.9 for ; Wed, 06 Mar 2013 07:52:01 -0800 (PST) In-Reply-To: <5137611E.5060806@online.de> (Rainer Stengele's message of "Wed, 06 Mar 2013 16:30:38 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: emacs-orgmode@gnu.org Rainer Stengele writes: > Am 06.03.2013 15:30, schrieb Nicolas Goaziou: >> Hello, >> >> Rainer Stengele writes: >> >>> having >>> >>> - [2013-01-24 Do] text >>> - [2013-01-25 Fr] text >>> - [2013-02-01 Fr] text >>> >> >> [...] >> >> >>> I would like to sort the highest level entries, alphabetically would do >>> in this case, ending up with >>> >>> - [2013-02-01 Fr] text >>> - [2013-01-25 Fr] text >>> - [2013-01-24 Do] text >>> >> >> [...] >> >>> org-sort and org-sort-entries does not what I want. >>> Did I miss something obvious? >> >> You mean alphabetically, but in reverse order: C-c ^ A >> >> >> Regards, >> > > I mark the region and do tried. I get "Nothing to sort". > There are no headlines in that region. You want to sort a list. Point should be on one of its items when calling the command. Regards, -- Nicolas Goaziou