emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Transpose or open functions for table cells


From: Michael Brand
Subject: Re: [O] Transpose or open functions for table cells
Date: Mon, 30 Sep 2013 20:30:57 +0200

Hi Suvayu

On Sun, Sep 29, 2013 at 11:57 PM, Suvayu Ali
<address@hidden> wrote:
> Yes, the above allows easy rearrangement of table cells.  I'm looking
> for something that allows me to insert cells in a row or column.  In my
> example from the earlier email, I insert a cell in a column.

As soon as I remembered that there are org-table-cut-region and
org-table-paste-rectangle I could not resist the mental exercise for
fun to implement f-org-table-open-field-in-row-grow and
f-org-table-open-field-in-column-grow. The latter gets you from

| a |  b | c |
|---+----+---|
| d |  9 | e |
| f | 10 | g |
|---+----+---|
| h | 11 | i |

to

| a |  b | c |
|---+----+---|
| d |    | e |
| f |  9 | g |
|---+----+---|
| h | 10 | i |
|   | 11 |   |

Please read again the rearranged
http://orgmode.org/worg/org-hacks.html#field-same-row-or-column

Michael



reply via email to

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