From: Achim Gratz <Stromeko@Nexgo.DE>
To: emacs-orgmode@gnu.org
Subject: Re: Transpose or open functions for table cells
Date: Tue, 01 Oct 2013 08:30:26 +0200 [thread overview]
Message-ID: <l2dq5r$o6$1@ger.gmane.org> (raw)
In-Reply-To: <CALn3zoiMYYQLG3AKCasGAQY2tB-gHARu6kgGVjj_9jT0QUzkRw@mail.gmail.com>
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
>
> | 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 | |
Arguably the expected outcome might be
| a | b | c |
|---+----+---|
| d | | e |
| f | 9 | g |
| | 10 | |
|---+----+---|
| h | 11 | i |
Regards,
Achim.
next prev parent reply other threads:[~2013-10-01 6:30 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
2013-10-01 6:30 ` Achim Gratz [this message]
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='l2dq5r$o6$1@ger.gmane.org' \
--to=stromeko@nexgo.de \
--cc=emacs-orgmode@gnu.org \
/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).