From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: List-style Paragrah Reordering Date: Wed, 12 Jun 2013 13:51:52 +0530 Message-ID: <87a9mvlowv.fsf@gmail.com> References: <673c12be-3932-4fd4-a7b6-a3e5b57ffe56@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371025283 31961 80.91.229.3 (12 Jun 2013 08:21:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Jun 2013 08:21:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Laemeur Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 12 10:21:23 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UmgJ0-0002SK-Iy for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Jun 2013 10:21:22 +0200 Original-Received: from localhost ([::1]:46718 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmgJ0-0007VP-5y for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Jun 2013 04:21:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmgIp-0007VI-NP for help-gnu-emacs@gnu.org; Wed, 12 Jun 2013 04:21:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmgIo-0003OW-Ty for help-gnu-emacs@gnu.org; Wed, 12 Jun 2013 04:21:11 -0400 Original-Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:60302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmgIo-0003OK-NV for help-gnu-emacs@gnu.org; Wed, 12 Jun 2013 04:21:10 -0400 Original-Received: by mail-pa0-f50.google.com with SMTP id fb1so6399730pad.37 for ; Wed, 12 Jun 2013 01:21:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=7OZDAWm2sMNXGdNMZTC4sNHnuu2jk/of8vCewbkd7x4=; b=wfXcAqBswoLWqrvFAYyLvd6SruscmJ99NSbL60uxsvVrT7jAOpAqulKjhG7t7nAKpF U2si2TVJQUmmVgBYikR+x6H76DZpOWG+SwXKQvgQadCAccia3fVCeoIa1qDTe/kXhl4q P0LXuZ+RvoaOSQX6gKsABhOmbT9n5RxzvL9ntkIbnF3VjwbWJpwbT8ZNcmVe78Rvf+zV yvpEPEys/JMi02jNmiQ6WSDHaD/7WFsZImNjVvbfQDozxfOH+SOmm14JVQwkrE6qdeG0 lOIYO+Lm6i8ZMLmHDc5vTLfeqY+JGTn+/abtGV1xNvB3Q0X2ZijVn4Q+jRUUQCaiqgDv 7YAw== X-Received: by 10.66.158.9 with SMTP id wq9mr22905264pab.189.1371025269682; Wed, 12 Jun 2013 01:21:09 -0700 (PDT) Original-Received: from debian-6.05 ([115.241.50.34]) by mx.google.com with ESMTPSA id i16sm23863286pag.18.2013.06.12.01.21.05 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Wed, 12 Jun 2013 01:21:08 -0700 (PDT) In-Reply-To: <673c12be-3932-4fd4-a7b6-a3e5b57ffe56@googlegroups.com> (laemeur@gmail.com's message of "Tue, 11 Jun 2013 16:27:43 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::232 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91470 Archived-At: Laemeur writes: > In Org-mode, reordering items in a list is a piece of cake with the > Meta-Shift-up/down binding: the current list item swaps places with > the item above or below, and point keeps its position relative to the > current line. I would like to be able to do this with paragraphs/lines > of text as well, but Meta-Shift-up/down only works this way on tables, > lists, and headings by default. The specific command for paragraphs is M-x org-drag-element-forward M-x org-drag-element-backward They can be invoked with M-up M-down ---------------------------------------------------------------- The specific command for lines is M-x org-drag-line-forward M-x org-drag-line-backward This can be invoked with S-M-down S-M-up > > I would really appreciate any help in configuring Emacs to do > this. Hopefully it's a relatively simple thing to do. > > Thanks very kindly, > -L