From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: outline-demote incorrectly demotes leaf nodes Date: Tue, 18 Oct 2011 11:59:44 +0200 Message-ID: <4E9D4E10.6070606@christianmoe.com> References: <20111018105406.921@usenet.piggo.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG6Pb-0003iu-CZ for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 05:56:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RG6PV-0006Ej-2I for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 05:56:43 -0400 Received: from mars.hitrost.net ([91.185.211.18]:24298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG6PU-0006EC-TU for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 05:56:37 -0400 In-Reply-To: <20111018105406.921@usenet.piggo.com> 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: =?ISO-8859-1?Q?S=E9bastien_Delafond?= Cc: emacs-orgmode@gnu.org Hi, The Org manual (2.5 Structure editing) says to use M-S- (org-demote-subtree) for what the submitter wants to do. Yours, Christian On 10/18/11 10:55 AM, Sébastien Delafond wrote: > Hello, > > from Debian bug #645360 (http://bugs.debian.org/645360): > > Here's my test file, call it "c.org": > > * a > ** aa > *** aaa > > I put the cursor at the beginning of the file (at the * in the first > line). Then I type C-c C-> (i.e. outline-demote). The result is > > ** a > *** aa > *** aaa > > I expected that the last line (the leaf node "aaa") would become a > fourth-level heading, i.e. "**** aaa". Instead, the fourth * that I > was hoping for looks like it became a space. > > There wasn't any patch provided by the submitter. > > Cheers, > > --Seb > > >