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:19:26 +0100 Message-ID: <87bob97exd.fsf@bzg.ath.cx> References: <1670200.1361724523080.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]:33891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9gTt-0001Hy-C6 for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:39:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9gAc-0000GB-FA for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:19:40 -0500 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:49287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9gAc-0000Fq-6r for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 13:19:30 -0500 Received: by mail-we0-f174.google.com with SMTP id r6so1867823wey.19 for ; Sun, 24 Feb 2013 10:19:29 -0800 (PST) In-Reply-To: <1670200.1361724523080.JavaMail.root@elwamui-mouette.atl.sa.earthlink.net> (Susan Cragin's message of "Sun, 24 Feb 2013 11:48:42 -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 list , Carsten Dominik Hi Susan, Susan Cragin writes: > No. I have the following example. Each of these sentences is a paragraph > because it has a carriage return after it. That's your definition but that's not what Emacs and Org understand. By default, a paragraph needs at least two line breaks. > I need to re-order the > sentence/paragraphs into correct order. > > ** Journal > This is paragraph three. > This is paragraph two. > This is paragraph one. > > ** Other Heading So you need S-M- which moves the line at point up/down. HTH, -- Bastien