From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: changed? Date: Thu, 10 Jan 2013 10:38:11 +0800 Message-ID: Reply-To: jamshark70@dewdrop-world.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt822-0007Ym-7O for Emacs-orgmode@gnu.org; Wed, 09 Jan 2013 21:38:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tt821-0001AP-2o for Emacs-orgmode@gnu.org; Wed, 09 Jan 2013 21:38:14 -0500 Received: from mail-ob0-f175.google.com ([209.85.214.175]:43423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt820-0001AF-Tp for Emacs-orgmode@gnu.org; Wed, 09 Jan 2013 21:38:12 -0500 Received: by mail-ob0-f175.google.com with SMTP id vb8so73296obc.6 for ; Wed, 09 Jan 2013 18:38:12 -0800 (PST) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org It seems the behavior of and has changed. Previously, if I selected multiple subtrees and hit M-S-right, all the subtrees in the region would be demoted (or promoted, if I hit left instead). Now, the behavior is identical to : only the subtree at the point is moved. Example: * One * Two * Three * Four If I position the point at the beginning of the "Two" line, and then hit C-space down down, the region encompasses both headings. I expected to change both into second level entries. Instead, it demotes "Four" (which is not even in the region). Intentional decision, or regression? I would argue the latter. The old behavior was quite useful and I don't know how to get it back. My current version is: Org-mode version 7.9.2 (release_7.9.2-882-gf47a71.dirty @ /home/dlm/share/org-mode.git/lisp/) The only local commit that makes it "dirty" is a change to a docstring. No code changes. I haven't moved up to 7.9.3 because I just read a bug report on the list about MobileOrg*, which is essential to me, so I don't plan to move to that release until I see confirmation that the fix actually works. * http://article.gmane.org/gmane.emacs.orgmode/64459 Thanks. hjh