From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: sort lists by highest level entries Date: Wed, 06 Mar 2013 15:19:49 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDFCS-0006Ch-Oz for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 09:20:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDFCO-0001ja-18 for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 09:20:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:40732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDFCN-0001hD-Qu for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 09:20:03 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UDFCg-0007gT-KQ for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 15:20:22 +0100 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Mar 2013 15:20:22 +0100 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Mar 2013 15:20:22 +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: emacs-orgmode@gnu.org Hi, having - [2013-01-24 Do] text - [2013-01-25 Fr] text - [2013-02-01 Fr] text which in full view is - [2013-01-24 Do] text * text - [2013-01-25 Fr] text #+BEGIN_EXAMPLE TEXT #+END_EXAMPLE - [2013-02-01 Fr] text * other stuff 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 which of course in full view is - [2013-02-01 Fr] text * other stuff - [2013-01-25 Fr] text #+BEGIN_EXAMPLE TEXT #+END_EXAMPLE - [2013-01-24 Do] text * text org-sort and org-sort-entries does not what I want. Did I miss something obvious? Thanks, Rainer