help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: List-style Paragrah Reordering


From: Jambunathan K
Subject: Re: List-style Paragrah Reordering
Date: Wed, 12 Jun 2013 13:51:52 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Laemeur <laemeur@gmail.com> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]