On 26/09/10 00:24, Nick Dokos wrote:
Charles C. Berry<cbe...@tajo.ucsd.edu> 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
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode