From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How to join cells in tables and center content Date: Fri, 31 May 2013 08:06:58 +0200 Message-ID: <87fvx3smwt.fsf@bzg.ath.cx> References: <416144443.20130530225319@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiIUQ-0002K4-16 for emacs-orgmode@gnu.org; Fri, 31 May 2013 02:07:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiIUO-0003Rv-Mv for emacs-orgmode@gnu.org; Fri, 31 May 2013 02:07:01 -0400 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:55798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiIUO-0003Rr-Fs for emacs-orgmode@gnu.org; Fri, 31 May 2013 02:07:00 -0400 Received: by mail-wg0-f54.google.com with SMTP id j13so885897wgh.21 for ; Thu, 30 May 2013 23:06:59 -0700 (PDT) In-Reply-To: <416144443.20130530225319@gmail.com> (Ivanov Dmitry's message of "Thu, 30 May 2013 22:53:19 +0400") 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 Hi Ivanov, Ivanov Dmitry writes: > Suppose, I am writing a database table structure. > Is it possible to join the 1-st two cells? And make 'table1' > centered? No. > Current view and desired: > > > | table1 | | | table1 | > |--------+-------+ |--------+-------+ > | id | value | -> | id | value | > | | | | | | > > > 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. Most code is in org-table.el -- but beware that even with some programming skills this is a hard-perhaps-impossible task... Good luck, -- Bastien