From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivanov Dmitry Subject: How to join cells in tables and center content Date: Thu, 30 May 2013 22:53:19 +0400 Message-ID: <416144443.20130530225319@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui7yc-0000IJ-RE for emacs-orgmode@gnu.org; Thu, 30 May 2013 14:53:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ui7yW-00056B-Pi for emacs-orgmode@gnu.org; Thu, 30 May 2013 14:53:30 -0400 Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:61338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui7yW-000564-Ig for emacs-orgmode@gnu.org; Thu, 30 May 2013 14:53:24 -0400 Received: by mail-la0-f48.google.com with SMTP id fs12so602541lab.21 for ; Thu, 30 May 2013 11:53:23 -0700 (PDT) Received: from organiza-r2odev (ppp37-190-57-38.pppoe.spdop.ru. [37.190.57.38]) by mx.google.com with ESMTPSA id p6sm8502877lbv.15.2013.05.30.11.53.21 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 30 May 2013 11:53:22 -0700 (PDT) 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: emacs-orgmode@gnu.org 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: | 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.