From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: M-S-up/down on plain lists containing text (or multilevel lists) Date: Mon, 03 Nov 2014 21:06:13 +0100 Message-ID: <8761ewdp6y.fsf@nicolasgoaziou.fr> References: <878ujuxd2t.wl-jamshark70@qq.com> <871tpmc8jl.fsf@nicolasgoaziou.fr> <87h9yge9fr.fsf@nicolasgoaziou.fr> <871tpkxvdx.wl-jamshark70@qq.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlNsZ-00035E-GA for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 15:05:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlNsS-0003JH-M8 for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 15:05:31 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:48871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlNsS-0003J9-Gm for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 15:05:24 -0500 In-Reply-To: <871tpkxvdx.wl-jamshark70@qq.com> (James Harkins's message of "Mon, 03 Nov 2014 21:32:10 +0800") 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: James Harkins Cc: emacs-orgmode@gnu.org James Harkins writes: > 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. Indeed, that's a bug in the menu. Thank you for reporting it. Regards,