From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Sorting all children of a heading for time Date: Wed, 28 May 2014 21:36:45 +0200 Message-ID: <87ppix4rw2.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wpjek-00018X-Dn for emacs-orgmode@gnu.org; Wed, 28 May 2014 15:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wpjeb-0002d1-EA for emacs-orgmode@gnu.org; Wed, 28 May 2014 15:36:58 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:39719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wpjeb-0002cW-7q for emacs-orgmode@gnu.org; Wed, 28 May 2014 15:36:49 -0400 Received: by mail-we0-f176.google.com with SMTP id q59so11512911wes.7 for ; Wed, 28 May 2014 12:36:48 -0700 (PDT) In-Reply-To: (Simon Jones's message of "Tue, 27 May 2014 21:08:06 +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: Simon Jones Cc: emacs-orgmode@gnu.org Hi Simon, Simon Jones writes: > Is there a way that a > sort can work with all the children of a given heading? No: per design, sorting should not break each subtree's structure. You can manually promote it to the second level, sort, and demote it again. HTH, -- Bastien