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 21:23:15 +0100 Message-ID: <87ehg55umk.fsf@bzg.ath.cx> References: <32855478.1361733007917.JavaMail.root@elwamui-norfolk.atl.sa.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9i6T-0002wF-Gg for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 15:23:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9i6S-0003fL-A3 for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 15:23:21 -0500 Received: from mail-wg0-f50.google.com ([74.125.82.50]:62285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9i6S-0003fD-2T for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 15:23:20 -0500 Received: by mail-wg0-f50.google.com with SMTP id es5so1847000wgb.17 for ; Sun, 24 Feb 2013 12:23:19 -0800 (PST) In-Reply-To: <32855478.1361733007917.JavaMail.root@elwamui-norfolk.atl.sa.earthlink.net> (Susan Cragin's message of "Sun, 24 Feb 2013 14:10:07 -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: > Hmmm.... > S-M- should be the ticket but doesn't work for me. > Assume this is SHIFT-ALT (held down together) up arrow. > Also tried SHIFT-ESC up. Yes, this is shift-alt-up/down, but I just fixed it. If git is installed on your system, please update Org from cloning the repository: ~$ cd git/ ~$ git clone git://orgmode.org/org-mode.git ~$ cd org-mode/ ~$ make Then add the directory to your load-path as described in the manual: http://orgmode.org/org.html#Installation Otherwise I'm afraid you'll have to wait till Org is updated on your system. HTH, -- Bastien