emacs-orgmode
[Top][All Lists]
Advanced

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

[O] TABLES: Remove/add cell


From: Gustav Wikström
Subject: [O] TABLES: Remove/add cell
Date: Fri, 30 Sep 2011 19:38:24 +0200

Hello!

How do I add or remove a single cell in a table?

Example:
I have the following table:
|        1 |        1 |
|        2 |        3 |
|        3 |        4 |
|        4 |          |

Now I want to add an empty cell in @2$2 (below the heading) and thus move the following cells in column 2 down one step.

After:
|        1 |        1 |
|        2 |          |
|        3 |        3 |
|        4 |        4 |

Is this doable?

Regards
Gustav

reply via email to

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