From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: "nested" tables Date: Fri, 17 May 2013 12:04:20 +0200 Message-ID: References: <87ip2isiwm.fsf@mat.ucm.es> <576FCFFA-E82A-4D4F-8CE4-69E57F35054A@gmail.com> <878v3ekk1b.fsf@gilgamesch.quim.ucm.es> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdHWU-0002ET-0l for emacs-orgmode@gnu.org; Fri, 17 May 2013 06:04:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdHWO-0003DL-TJ for emacs-orgmode@gnu.org; Fri, 17 May 2013 06:04:25 -0400 Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:53375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdHWO-0003D4-M8 for emacs-orgmode@gnu.org; Fri, 17 May 2013 06:04:20 -0400 Received: by mail-la0-f41.google.com with SMTP id ee20so2681545lab.0 for ; Fri, 17 May 2013 03:04:19 -0700 (PDT) In-Reply-To: <878v3ekk1b.fsf@gilgamesch.quim.ucm.es> 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: Uwe Brauer Cc: emacs-orgmode@gnu.org On 17.5.2013, at 11:55, Uwe Brauer wrote: > >>> "Carsten" == Carsten Dominik writes: > >> On 16.5.2013, at 23:40, Uwe Brauer wrote: > >>> Hello >>> >>> >>> >>> >>> Are there any plans that org-table would support such a table >>> org-table-create-with-table.el does not work on this example. > >> Hi Uwe, > >> You can edit such a table in Org-mode using C-c ' > > Ah thanks, however orgtbl-ctrl-c-ctrl-c will not work that is > if I write a org-mode table > > > | |new | > |old | more| > > Than orgtbl-ctrl-c-ctrl-c will format the table nicely (table.el has no > such a feature). Yes it has, it automatically formats as you type. > > > However if I edit the table I mentioned (the one generated by table.el) > with C-c ' and insert text I have to take care myself of the boundaries. As I said, this just works for me. - Carsten > > So the next question is could org-mode try to take care of the > boundaries of the table.el table? > > Uwe > >