From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: promote/demote indentation behaviour Date: Tue, 08 Sep 2015 21:09:27 +0200 Message-ID: <878u8ghgns.fsf@nicolasgoaziou.fr> References: <87y4gghq41.fsf@nicolasgoaziou.fr> <159306203.4757058.1441728317618.JavaMail.yahoo@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZOFC-0003qw-Fx for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 15:07:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZOFB-0001BB-RW for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 15:07:50 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:38004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZOFB-0001Aw-Ly for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 15:07:49 -0400 In-Reply-To: <159306203.4757058.1441728317618.JavaMail.yahoo@mail.yahoo.com> (lipidic man's message of "Tue, 8 Sep 2015 16:05:17 +0000 (UTC)") 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: lipidic man Cc: "emacs-orgmode@gnu.org" lipidic man writes: > That works.=C2=A0 It stops unindented paragraphs from being moved.=C2=A0 = However > under 8.2.10 the behaviour was to move indented text, but leave > unindented text alone. It was probably a bug then, since it was not following specifications. > Any ideas on how to achieve this? You could bring text at column 1 back to column 0 with a function added to `org-after-promote-entry-hook'. Regards,