From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Martins Subject: Re: TABLES: split cells on columns Date: Tue, 22 Nov 2011 12:26:41 -0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e64fcb3487c77d04b2539783 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSrJ6-0006BQ-6N for emacs-orgmode@gnu.org; Tue, 22 Nov 2011 09:26:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSrJ4-0008LV-Ei for emacs-orgmode@gnu.org; Tue, 22 Nov 2011 09:26:44 -0500 Received: from mail-qy0-f169.google.com ([209.85.216.169]:56738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSrJ4-0008LH-5O for emacs-orgmode@gnu.org; Tue, 22 Nov 2011 09:26:42 -0500 Received: by qyg14 with SMTP id 14so98987qyg.0 for ; Tue, 22 Nov 2011 06:26:41 -0800 (PST) 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: =?ISO-8859-1?Q?Gustav_Wikstr=F6m?= , emacs-orgmode@gnu.org --0016e64fcb3487c77d04b2539783 Content-Type: text/plain; charset=ISO-8859-1 Thank you very much!!! Just one point In my case at least M- does not insert a new line! >From the comment of the key sequence: ---------------------------------------------- org-metadown is an interactive compiled Lisp function in `org.el'. (org-metadown &optional ARG) Move subtree down or move table row down. Calls `org-move-subtree-down' or `org-table-move-row' or `org-move-item-down', depending on context. See the individual commands for more information. [back] [forward] 2011/11/21 Michael Brand > Hi Daniel > > Yes, there is: > 1) M- 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 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 @2$2 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? > --0016e64fcb3487c77d04b2539783 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thank you very much!!!

Just one point

In my case at least=A0M-<down> does not insert a new line!


From the comment of the key sequence:<= /div>



-------------------------= ---------------------


=A0=A0org-met= adown is an interactive compiled Lisp function in `org.el'.

(org-metadown &optional ARG)

Move subtree= down or move table row down.
Calls `org-move-subtree-down' o= r `org-table-move-row' or
`org-move-item-down', depending= on context. =A0See the individual
commands for more information.

[back] [forward]


2011/11/21 Michael Brand <michael.ch.bra= nd@gmail.com>
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 <danielemc@gmail.com> 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=A0table:
> | =A0 =A0 =A0 =A01 | =A0 =A0 =A0 =A01 |
> | =A0 =A0 =A0 =A02 | two words|
> | =A0 =A0 =A0 =A03 | =A0 =A0 =A0 =A04 |
> | =A0 =A0 =A0 =A04 | =A0 =A0 =A0 =A0 =A0|
> Now I want to split cell =A0@2$2 and thus move the second part to the<= br> > following cell below =A0in column 2 down one step.
> After:
> | =A0 =A0 =A0 =A01 | =A0 =A0 =A0 =A01 |
> | =A0 =A0 =A0 =A02 | =A0 =A0 =A0 two|
> | =A0 =A0 =A0 =A0 =A0| =A0 =A0 words|
> | =A0 =A0 =A0 =A03 | =A0 =A0 =A0 =A04 |
> | =A0 =A0 =A0 =A04 | =A0 =A0 =A0 =A0 =A0|
>
>
> I do it several times when I put much comments on an entry and the col= umn
> becomes much wider.
> It is several commands (sometimes with rectangles, sometimes not depen= ding
> on the remaining of the table) .
> Is there an easy way to do this?

--0016e64fcb3487c77d04b2539783--