emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] insert cell inside an org-mode table?


From: Michael Brand
Subject: Re: [O] insert cell inside an org-mode table?
Date: Thu, 8 Jun 2017 16:36:27 +0200

Hi Sharon

On Thu, Jun 8, 2017 at 4:21 PM, Sharon Kimble
<address@hidden> wrote:

> Okay, imagine that you have this table -
>
> | fruit  | one        | two        |
> |--------+------------+------------|
> | pear   | orange     | grape      |
> | banana | grapefruit | satsuma    |
> | tomato | potato     | clementine |
>
> And you discover that you've missed out apples and you want to put them
> where 'grapefruit' currently is, I would like the following to happen -
>
> | fruit  | one        | two        |
> |--------+------------+------------|
> | pear   | orange     | grape      |
> | banana | apple      | satsuma    |
> | tomato | grapefruit | clementine |
> |        | potato     |            |
>
> Where the rest of the column gets shifted downwards by one cell.
>
> Now that is a very simplistic table, the one that I'm hoping to build
> will be 6 columns by about 60 rows, so having the ability to shift rows
> downwards from inserting a cell would be vital to its successful usage.

This is not built-in but you can look here at the last example:
"Rearrange one or more field within the same row or column"
http://orgmode.org/worg/org-hacks.html#field-same-row-or-column

Michael



reply via email to

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