From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Regaring heading re-organization. Date: Tue, 25 Aug 2009 10:16:18 -0400 Message-ID: <871vn0rnbh.fsf@gollum.intra.norang.ca> References: <871vn0i0m3.fsf@noorul.maa.corp.collab.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mfwp3-0006la-Fo for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 10:16:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mfwoz-0006go-JN for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 10:16:28 -0400 Received: from [199.232.76.173] (port=57983 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mfwoz-0006gl-Ah for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 10:16:25 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:63894) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mfwoy-0001VQ-On for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 10:16:25 -0400 In-Reply-To: <871vn0i0m3.fsf@noorul.maa.corp.collab.net> (Noorul Islam K. M.'s message of "Tue\, 25 Aug 2009 17\:09\:16 +0530") 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 writes: > Hey all, > > 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? No. M-left changes only this headline. You want S-M-left to change the entire tree. HTH, Bernt