From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: M-S-up/down on plain lists containing text (or multilevel lists) Date: Mon, 3 Nov 2014 09:26:31 +0000 (UTC) Message-ID: References: <878ujuxd2t.wl-jamshark70@qq.com> <871tpmc8jl.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlDuW-00027S-LM for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 04:26:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlDuQ-00025g-Jm for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 04:26:52 -0500 Received: from plane.gmane.org ([80.91.229.3]:53253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlDuQ-000237-D3 for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 04:26:46 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XlDuM-0004xI-Il for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 10:26:42 +0100 Received: from 113.103.27.5 ([113.103.27.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2014 10:26:42 +0100 Received: from jamshark70 by 113.103.27.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2014 10:26:42 +0100 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 Nicolas Goaziou nicolasgoaziou.fr> writes: > Both `M-S-up' and `M-S-down' work line wise and ignore any structure > around point. OTOH, `M-up' and `M-down' should do what you want. BTW the name of the menu item is misleading. C-h C-k M-S-up: ~~ It is bound to , , . ~~ This is why I thought that M-S-up/down would work on entry + contents -- I looked in the Emacs menu and saw "Move Subtree Up," and I didn't think to check the docstring (which contradicts the name in the menu by saying, correctly, "Drag the line at point up"). hjh