emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] table, moving cells


From: Martin G. Skjæveland
Subject: [Orgmode] table, moving cells
Date: Sat, 25 Sep 2010 18:02:34 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100411)

Hi,

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 |

Thanks!

Martin



reply via email to

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