From mboxrd@z Thu Jan 1 00:00:00 1970 From: R Jain Subject: Changing indentations of all the children at once Date: Tue, 05 Sep 2017 14:54:26 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpFFJ-0004VE-LV for emacs-orgmode@gnu.org; Tue, 05 Sep 2017 10:54:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpFFF-0003tm-1D for emacs-orgmode@gnu.org; Tue, 05 Sep 2017 10:54:33 -0400 Received: from mail-qk0-x22a.google.com ([2607:f8b0:400d:c09::22a]:35913) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dpFFE-0003sg-Ru for emacs-orgmode@gnu.org; Tue, 05 Sep 2017 10:54:28 -0400 Received: by mail-qk0-x22a.google.com with SMTP id z143so12333073qkb.3 for ; Tue, 05 Sep 2017 07:54:27 -0700 (PDT) Received: from [127.0.0.1] (ncsu-nat1-7.ncstate.net. [152.7.224.7]) by smtp.gmail.com with ESMTPSA id o9sm480976qte.71.2017.09.05.07.54.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Sep 2017 07:54:26 -0700 (PDT) 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" To: "emacs-orgmode gnu.org" Hi Everyone,

Is it possible to change the indentations = of all the children (subheadings, subsubheadings, etc) at the same time, = when we change the indentation of the main heading. In other = words:

A. Main thing
B. Something....=

which expands to:

A= . Main thing
B. Something
1. First = thing
= a. Second thing
i) third thing

change to:

A. Main thing
1. = Something
a. First thing
i) Second thing
- third = thing

in one step, when = I use 'M-rightarrow' on the main heading "B. Something".=

Thanks,
Rishabh