From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Regaring heading re-organization. Date: Tue, 25 Aug 2009 09:37:30 -0400 Message-ID: References: <871vn0i0m3.fsf@noorul.maa.corp.collab.net> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfwDR-0000Vi-Pa for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 09:37:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfwDN-0000Qk-1y for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 09:37:37 -0400 Received: from [199.232.76.173] (port=48272 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfwDM-0000QR-Rj for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 09:37:32 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:60356) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfwDM-0003kI-IT for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 09:37:32 -0400 In-Reply-To: <871vn0i0m3.fsf@noorul.maa.corp.collab.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Noorul Islam K M Cc: emacs-orgmode@gnu.org Noorul Islam K M wrote: > > Today I was re-arranging my headings. While doing that I faced this > issue. For example consider the following org file contents. > > * Level 1 > ** Level 2 > *** Level 3 > **** Level 4 > **** Level 4 > **** Level 4 > > If I keep the cursor on Level 3 heading and press M-left, Shouldn't the > number of '*'s for the headings Level 4 become 3? To move the children of the heading, you'll have to use M-S-left. M-left/right moves only the individual heading. M-S-left/right moves the heading and all subtrees. - Matt