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, 03 Nov 2014 21:32:10 +0800 Message-ID: <871tpkxvdx.wl-jamshark70@qq.com> References: <878ujuxd2t.wl-jamshark70@qq.com> <871tpmc8jl.fsf@nicolasgoaziou.fr> <87h9yge9fr.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlHkZ-0004V7-4E for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 08:32:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlHkT-0008WP-FI for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 08:32:51 -0500 Received: from smtpproxy19.qq.com ([184.105.206.84]:57999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlHkS-0008U6-St for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 08:32:45 -0500 In-Reply-To: <87h9yge9fr.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou , emacs-orgmode@gnu.org At Mon, 03 Nov 2014 13:48:56 +0100, Nicolas Goaziou wrote: > James Harkins writes: > > BTW the name of the menu item is misleading. C-h C-k M-S-up: > > > > ~~ > > It is bound to , > Subtree Up>, . > > What improvement are you suggesting then? Upon further reflection, I think the best would be to bind org-metaup/down to the "move subtree" menu items, rather than org-shiftmetaup. I'm guessing that this is the more common use case (because moving a whole subtree doesn't destroy the structure of that subtree, while moving a line does), so I think it would make more sense to put the more common case in the menu. hjh