From mboxrd@z Thu Jan 1 00:00:00 1970 From: "redblue last" Subject: Sorting top level items Date: Fri, 16 Feb 2007 11:44:39 +0100 Message-ID: <97a039270702160244x758e353en5078c714fc3ea9df@mail.gmail.com> 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 1HI0a4-00028m-CL for emacs-orgmode@gnu.org; Fri, 16 Feb 2007 05:44:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HI0a1-00028a-Ry for emacs-orgmode@gnu.org; Fri, 16 Feb 2007 05:44:43 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HI0a1-00028X-L4 for emacs-orgmode@gnu.org; Fri, 16 Feb 2007 05:44:41 -0500 Received: from wr-out-0506.google.com ([64.233.184.239]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HI0a1-0003tY-92 for emacs-orgmode@gnu.org; Fri, 16 Feb 2007 05:44:41 -0500 Received: by wr-out-0506.google.com with SMTP id 71so1030616wri for ; Fri, 16 Feb 2007 02:44:40 -0800 (PST) Content-Disposition: inline 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 Hi. When I have top level items like these: * c * a ** some subitem ** other subitem * b ** another subitem * d I get a "nothing to sort" error when trying to use "org-sort-entries". Is there a way to sort those in any way?