Hi Suvayu On Sun, Sep 29, 2013 at 11:57 PM, Suvayu Ali <fatkasuvayu+li...@gmail.com> 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