emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] table, moving cells


From: Martin G. Skjæveland
Subject: Re: [Orgmode] table, moving cells
Date: Mon, 27 Sep 2010 09:50:55 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8

On 26/09/10 00:24, Nick Dokos wrote:
Charles C. Berry<address@hidden>  wrote:

is there a quick way for moving a cell about in a table? I enjoy
swapping the order of rows and columns in a table using Meta +
[arrow], but I have not found a ways of doing the same for a single
cell. Is it possible?

Example, with the cursor on '2' in the following table

|  A | B | C |
|  1 | 2 | 3 |
|  x | y | z |

>>> and pressing [move cell left] would give me
>>>
>>> | A | B | C |
>>> | 2 | 1 | 3 |
>>> | x | y | z |

Try

        M-t
>
[This is probably obvious, but just in case...]

M-t transposes words: it doesn't know anything about table cells, ...

Yes, I agree. To make it clear, I would in addition to [move cell left], also like to have [move cell right], [move cell up], [move cell down].

Martin



reply via email to

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