From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea crotti Subject: Re: Some table questions Date: Thu, 03 Sep 2009 11:22:18 +0200 Message-ID: References: <8696.1251909520@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mj8Wh-0005Wv-6f for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 05:22:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mj8Wc-0005W6-Cl for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 05:22:42 -0400 Received: from [199.232.76.173] (port=36596 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mj8Wc-0005W3-6T for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 05:22:38 -0400 Received: from lo.gmane.org ([80.91.229.12]:47244) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mj8Wb-0000sp-OX for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 05:22:38 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mj8WW-0000IB-Eb for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 11:22:32 +0200 Received: from host-78-14-255-242.cust-adsl.tiscali.it ([78.14.255.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Sep 2009 11:22:32 +0200 Received: from andrea.crotti.0 by host-78-14-255-242.cust-adsl.tiscali.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Sep 2009 11:22:32 +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: emacs-orgmode@gnu.org Nick Dokos writes: > > Check out section 12.6.4 (Tables in HTML export) of the Org manual. > Thanks I found it very nice, my info manual differs from the online, maybe because I'm still using version 6.28.. Anyway another thing, nested tables are not allowed, is it correct? Sometimes I would like to have one row longer than one cell only but it doesn't look possible.. Every cell can't contain '\n' also as I found out, is that correct?