From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Regaring heading re-organization. Date: Tue, 25 Aug 2009 17:09:16 +0530 Message-ID: <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 1MfuNh-0004zR-Ru for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 07:40:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfuNZ-0004w9-Oy for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 07:40:03 -0400 Received: from [199.232.76.173] (port=53822 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfuNX-0004vl-Tl for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 07:39:56 -0400 Received: from mail-pz0-f182.google.com ([209.85.222.182]:36351) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfuNW-0007pe-Or for emacs-orgmode@gnu.org; Tue, 25 Aug 2009 07:39:55 -0400 Received: by pzk12 with SMTP id 12so1383019pzk.14 for ; Tue, 25 Aug 2009 04:39:53 -0700 (PDT) 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: emacs-orgmode@gnu.org 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? Thanks and Regards Noorul