[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] TABLES: split cells on columns
From: |
Michael Brand |
Subject: |
Re: [O] TABLES: split cells on columns |
Date: |
Mon, 21 Nov 2011 15:05:56 +0100 |
Hi Daniel
Yes, there is:
1) M-<down> to add the new line
2) mark the region from "t" down to any char from the field below
3) M-Ret
The opposite direction is:
- C-u M-Ret to join the content of a field to the one above
See also C-h f org-table-wrap-region for more tricks.
Michael
On Mon, Nov 21, 2011 at 14:31, Daniel Martins <address@hidden> wrote:
> The feature of remove/add cell is quite important. Should be a feature
> request.
> Another important feature request is to split cells.
> Example (copying and paste the example above)
>
> Example:
> I have the following table:
> | 1 | 1 |
> | 2 | two words|
> | 3 | 4 |
> | 4 | |
> Now I want to split cell address@hidden and thus move the second part to the
> following cell below in column 2 down one step.
> After:
> | 1 | 1 |
> | 2 | two|
> | | words|
> | 3 | 4 |
> | 4 | |
>
>
> I do it several times when I put much comments on an entry and the column
> becomes much wider.
> It is several commands (sometimes with rectangles, sometimes not depending
> on the remaining of the table) .
> Is there an easy way to do this?