From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: outline-demote incorrectly demotes leaf nodes Date: Tue, 18 Oct 2011 06:22:05 -0400 Message-ID: <87fwiqmwfm.fsf@norang.ca> References: <20111018105406.921@usenet.piggo.com> <4E9D4E10.6070606@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG6oS-00075n-2a for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 06:22:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RG6oM-0004EP-3w for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 06:22:24 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:42723 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG6oM-0004DN-03 for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 06:22:18 -0400 In-Reply-To: <4E9D4E10.6070606@christianmoe.com> (Christian Moe's message of "Tue, 18 Oct 2011 11:59:44 +0200") 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: mail@christianmoe.com Cc: emacs-orgmode@gnu.org, =?utf-8?Q?S=C3=A9bastien?= Delafond I agree that's not a valid bug and should be closed. -Bernt Christian Moe writes: > 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=C3=A9bastien 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 >> >> >>