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: Suvayu Ali
Subject: Re: [O] Transpose or open functions for table cells
Date: Fri, 4 Oct 2013 20:52:24 +0200
User-agent: Mutt/1.5.21 (2012-12-30)

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
> <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

This works nicely.  Thank you :)

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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