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

2013-10-04 Thread Suvayu Ali
Hi Michael, On Mon, Sep 30, 2013 at 08:30:57PM +0200, Michael Brand wrote: > Hi Suvayu > > On Sun, Sep 29, 2013 at 11:57 PM, Suvayu Ali > 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 >

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

2013-09-30 Thread Achim Gratz
Am 30.09.2013 20:30, schrieb Michael Brand: 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

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

2013-09-30 Thread Michael Brand
Hi Suvayu On Sun, Sep 29, 2013 at 11:57 PM, Suvayu Ali 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 t

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

2013-09-29 Thread Suvayu Ali
Hi Michael, Sorry, I forgot to respond to your response. On Sat, Sep 28, 2013 at 09:27:45AM +0200, Michael Brand wrote: > Hi Suvayu > > On Sat, Sep 28, 2013 at 12:52 AM, Suvayu Ali > wrote: > > | 2 | b | --> | 2 | b | > > | 3 | d | | 3 | | > > | 4 |

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

2013-09-28 Thread Michael Brand
Hi Suvayu On Sat, Sep 28, 2013 at 12:52 AM, Suvayu Ali wrote: > | 2 | b | --> | 2 | b | > | 3 | d | | 3 | | > | 4 | e | | 4 | d | > | 5 | | | 5 | e | > > If neither exists, any thoughts how might one go about

[O] Transpose or open functions for table cells

2013-09-27 Thread Suvayu Ali
Hi, I was wondering if there are any transpose functions for table cells; something akin to transpose-lines, or transpose-words. I am also looking for something like org-open-line, but only for a table cell. This is my use case: | col 1 | col 2 | | col 1 | col 2 | |---+---+ +