From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: Aligning Columns in HTML Export Tables Date: Thu, 21 Oct 2010 15:04:19 +0200 Message-ID: <87y69ry9ws.fsf@gmx.de> References: <878w1svl7y.fsf@gollum.intra.norang.ca> <8739s09yso.fsf@gmx.de> <4CBFED67.1010609@christianmoe.com> <33AC82F7-1A50-4265-BA1C-B86462E76CCD@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=35616 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8uoo-0003Gm-RC for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 09:04:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8uom-0008Sc-6B for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 09:04:30 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:35628 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P8uol-0008Rv-RV for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 09:04:28 -0400 In-Reply-To: <33AC82F7-1A50-4265-BA1C-B86462E76CCD@gmail.com> (Carsten Dominik's message of "Thu, 21 Oct 2010 09:46:17 +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: Carsten Dominik Cc: Bernt Hansen , Jeff Horn , Org-mode ml , mail@christianmoe.com Carsten Dominik writes: > On Oct 21, 2010, at 9:36 AM, Christian Moe wrote: > >> On 10/21/10 2:25 AM, Sebastian Rose wrote: >> (...) >>>> >>>> | | | | >>>> | A | B | C | >>>> | 1 | 2 | 3 | >>>> | 12 | 13 | 300 | >>>> | 9 | 11 | 4 | >>> >>> >>> I get >>> >>> >>> >>> >>> as expected. >> >> That's interesting. From the same example I get >> >> > /> >> >> ...using freshly pulled 7.01trans. What might account for the difference? > > Actually, I also get what Christian gets. Sebastian, how did you get something > different? I guess I just didn't pull for a few days. Nononono, just kidding :) I tried my own table, which is different: a) The line is the last one. b) There's an empty extra column, the first one, as the docs propose. This column contains in the first cell of the " | " line a slash: | | A | B | C | | | 1 | 2 | 3 | | | 12 | 13 | 300 | | | 9 | 11 | 4 | | / | | | | All this does not help. But the third difference might be the key: c) The table is a captured column view ("#+BEGIN: columnview...") with 293 lines. Sebastian