emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michael Brand <michael.ch.brand@gmail.com>
To: Suvayu Ali <fatkasuvayu+linux@gmail.com>
Cc: Emacs Org mode <emacs-orgmode@gnu.org>
Subject: Re: Transpose or open functions for table cells
Date: Mon, 30 Sep 2013 20:30:57 +0200	[thread overview]
Message-ID: <CALn3zoiMYYQLG3AKCasGAQY2tB-gHARu6kgGVjj_9jT0QUzkRw@mail.gmail.com> (raw)
In-Reply-To: <20130929215734.GV12411@kuru.dyndns-at-home.com>

Hi Suvayu

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

  reply	other threads:[~2013-09-30 18:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-27 22:52 Transpose or open functions for table cells Suvayu Ali
2013-09-28  7:27 ` Michael Brand
2013-09-29 21:57   ` Suvayu Ali
2013-09-30 18:30     ` Michael Brand [this message]
2013-10-01  6:30       ` Achim Gratz
2013-10-04 18:52       ` Suvayu Ali

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALn3zoiMYYQLG3AKCasGAQY2tB-gHARu6kgGVjj_9jT0QUzkRw@mail.gmail.com \
    --to=michael.ch.brand@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=fatkasuvayu+linux@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).