From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: promote/demote indentation behaviour Date: Tue, 08 Sep 2015 17:45:18 +0200 Message-ID: <87y4gghq41.fsf@nicolasgoaziou.fr> References: <495770869.4578008.1441715541892.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]:54250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZL3d-00011f-Qh for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 11:43:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZL3d-0006j2-58 for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 11:43:41 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:38493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZL3c-0006iu-Vc for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 11:43:41 -0400 In-Reply-To: <495770869.4578008.1441715541892.JavaMail.yahoo@mail.yahoo.com> (lipidic man's message of "Tue, 8 Sep 2015 12:32:21 +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" Hello, lipidic man writes: > I have updated from org-mode 8.2.10 to 8.3.1 and the behaviour of=20 > > (org-do-promote), (org-do-demote), (org-promote-subtree), (org-demote-sub= tree) > > has changed.=C2=A0 It now indents an unindented paragraph when demoting t= he headline. > e.g. > ** subsection > There is a pre-defined list of commands, and you can add more such > commands using the variable org-speed-commands-user > > This did not occur before and does not seem like desired behaviour. According to `org-adapt-indentation' it is the desired behaviour. You may want to set this variable to nil instead. Regards, --=20 Nicolas Goaziou