From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: row and col spaning in table? Date: Wed, 28 Jul 2010 09:22:19 +0200 Message-ID: <83bp9sqdec.fsf@yahoo.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=60035 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oe0y8-00076W-CQ for emacs-orgmode@gnu.org; Wed, 28 Jul 2010 03:22:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oe0y5-0007QI-55 for emacs-orgmode@gnu.org; Wed, 28 Jul 2010 03:22:22 -0400 Received: from slim-2c.inet.it ([213.92.5.123]:37036) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oe0y4-0007Pu-RC for emacs-orgmode@gnu.org; Wed, 28 Jul 2010 03:22:21 -0400 In-Reply-To: (David Hajage's message of "Mon, 26 Jul 2010 13:55:24 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Hajage Cc: emacs-orgmode@gnu.org David Hajage writes: > and I was wondering if row and col spaning was possible? Currently not. But, if this is your case, you should use the table.el package. > If not, is there any plan to add this feature in a future release? I don't think so. There's already the table.el package. Please see the manual (emphasis is mine) (Packages that Org cooperates with): `table.el' by Takaaki Ota Complex ASCII tables with automatic line wrapping, column- and row-spanning, and alignment can be created using the Emacs table package by Takaaki Ota (`http://sourceforge.net/projects/table', and also part of Emacs 22). *Org-mode will recognize these tables and export them properly.* Because of interference with other Org-mode functionality, you unfortunately cannot edit these tables directly in the buffer. Instead, you need to use the command `C-c '' to edit them, similar to source code snippets. `C-c '' Edit a `table.el' table. Works when the cursor is in a table.el table. `C-c ~' Insert a `table.el' table. If there is already a table at point, this command converts it between the `table.el' format and the Org-mode format. See the documentation string of the command `org-convert-table' for the restrictions under which this is possible. `table.el' is part of Emacs since Emacs 22. cheers, Giovanni