From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: One-keystroke command to move blocks of text up and down Date: Sun, 24 Feb 2013 19:09:23 +0100 Message-ID: <87ppzp7fe4.fsf@bzg.ath.cx> References: <12349347.1361726002329.JavaMail.root@elwamui-mouette.atl.sa.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9g0w-0003Nb-BT for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:09:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9g0u-0005Yj-LL for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:09:30 -0500 Received: from wi-in-x022a.1e100.net ([2a00:1450:400c:c05::22a]:43316 helo=mail-wi0-x22a.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9g0u-0005YH-BN for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:09:28 -0500 Received: by mail-wi0-f170.google.com with SMTP id hm11so3820243wib.1 for ; Sun, 24 Feb 2013 10:09:27 -0800 (PST) In-Reply-To: <12349347.1361726002329.JavaMail.root@elwamui-mouette.atl.sa.earthlink.net> (Susan Cragin's message of "Sun, 24 Feb 2013 12:13:21 -0500 (GMT-05:00)") 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: Susan Cragin Cc: emacs-orgmode@gnu.org, Nicolas Goaziou , Carsten Dominik Hi Susan, Susan Cragin writes: >>M-up and M-down also move paragraphs and most blocks (in Org 7.9). >>Unfortunately, binding is shadowed when trying to move a src block. > > When I try that I get these messages: > Cannot drag this element forward. > Cannot drag this element backward. Can you share the file on which you tested this? If there is only one paragraph under a headline, you cannot move it up and down, the move is constrained by the structure of the file. Check also C-M-t (Control Meta t) to transpose elements and S-M- to move a line up and down (this last command is structure-agnostic and can be handy sometimes.) HTH, -- Bastien