From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Transpose or open functions for table cells Date: Fri, 4 Oct 2013 20:52:24 +0200 Message-ID: <20131004185224.GC2622@kuru.dyndns-at-home.com> References: <20130927225252.GL12411@kuru.dyndns-at-home.com> <20130929215734.GV12411@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSAUN-0003iT-Ru for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 14:52:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSAUI-0006BX-2A for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 14:52:35 -0400 Received: from mail-ea0-x22d.google.com ([2a00:1450:4013:c01::22d]:42123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSAUH-0006BQ-RC for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 14:52:29 -0400 Received: by mail-ea0-f173.google.com with SMTP id g10so1995804eak.4 for ; Fri, 04 Oct 2013 11:52:28 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Brand Cc: Emacs Org mode 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 > > 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.