From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to join cells in tables and center content Date: Sat, 1 Jun 2013 08:40:48 +0200 Message-ID: References: <416144443.20130530225319@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UifUk-0003kf-08 for emacs-orgmode@gnu.org; Sat, 01 Jun 2013 02:40:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UifUi-0000Eo-G2 for emacs-orgmode@gnu.org; Sat, 01 Jun 2013 02:40:53 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:50623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UifUi-0000EO-8t for emacs-orgmode@gnu.org; Sat, 01 Jun 2013 02:40:52 -0400 Received: by mail-wi0-f177.google.com with SMTP id hr14so1270436wib.16 for ; Fri, 31 May 2013 23:40:51 -0700 (PDT) In-Reply-To: <416144443.20130530225319@gmail.com> 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: Ivanov Dmitry Cc: emacs-orgmode@gnu.org On 30.5.2013, at 20:53, Ivanov Dmitry wrote: > Suppose, I am writing a database table structure. > Is it possible to join the 1-st two cells? And make 'table1' centered? > Current view and desired: >=20 >=20 > | table1 | | | table1 | > |--------+-------+ |--------+-------+ > | id | value | -> | id | value | > | | | | | | >=20 >=20 > I understand, that it will require programming. Just give me a hint, = where is the function, expanding table cells, and I'll try to implement = it. Hi Dmitry, you can create such tables using table.el and use them in Org. But the org-mode tables will not accommodate such a feature, would be too hard. - Carsten