From mboxrd@z Thu Jan 1 00:00:00 1970 From: srandby@uakron.edu Subject: Moving Subtree Weirdness Date: Sat, 16 Aug 2008 21:46:34 -0400 Message-ID: <48A782FA.5010807@uakron.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KUXNG-0006bq-9R for emacs-orgmode@gnu.org; Sat, 16 Aug 2008 21:48:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KUXNF-0006bI-6r for emacs-orgmode@gnu.org; Sat, 16 Aug 2008 21:48:05 -0400 Received: from [199.232.76.173] (port=60853 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KUXNF-0006bE-1U for emacs-orgmode@gnu.org; Sat, 16 Aug 2008 21:48:05 -0400 Received: from py-out-1112.google.com ([64.233.166.181]:11653) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KUXNF-0002n2-BT for emacs-orgmode@gnu.org; Sat, 16 Aug 2008 21:48:05 -0400 Received: by py-out-1112.google.com with SMTP id p76so1224883pyb.1 for ; Sat, 16 Aug 2008 18:48:03 -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: "[Orgmode]" Here is something weird. When I move a subtree using M-S- or M-S-, the content of the first section of the subtree becomes centered. * Subtree ** Section 1 Content 1 ** Section 2 Content 2 changes to * Subtree ** Section 1 Content 1 ** Section 2 Content 2 It is as if M-s was used on the 'Content 1' line. I find this annoying and inconvenient so I don't use these commands to move subtrees. I haven't tested the other subtree moving commands. Anyway, M-S-/ requires me to press three keys at the same time with my left hand, so not using those commands is no big deal. Scott Randby