From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Bug: Key binding M-S-up does not invoke org-move-subtree-up [9.1.2 (9.1.2-7-g027cfc-elpa @ /home/john/.emacs.d/elpa/org-20171009/)] Date: Thu, 12 Oct 2017 01:30:18 -0400 Message-ID: <87shepc4r9.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2W4e-000355-WD for emacs-orgmode@gnu.org; Thu, 12 Oct 2017 01:30:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2W4b-0001SM-PB for emacs-orgmode@gnu.org; Thu, 12 Oct 2017 01:30:24 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:61908 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e2W4b-0001Rf-H5 for emacs-orgmode@gnu.org; Thu, 12 Oct 2017 01:30:21 -0400 In-Reply-To: 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" To: Allen Li , Johann =?utf-8?Q?H=C3=B6chtl?= Cc: emacs-orgmode@gnu.org Allen Li writes: > On Wed, Oct 11, 2017 at 11:53 AM, Johann H=C3=B6chtl > wrote: >> According to the documentation, the keys M-S-up should invoke >> org-move-subtree-up, and M-S-down the command org-move-subtree-down but >> instead org-shiftmetaup or org-shiftmetadown gets executed (I am on a >> headline and I expect the current tree to get swaped with the preceeding >> in case of M-S-up, instead the line gets moved one up) > > It looks like the docs are wrong. M-up/down is > org-move-subtree-up/down and M-S-up/down is org-shiftmetaup/down. Thanks Johann and Allen. Corrected in 8c44a3f23. --=20 Kyle