From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoqiu Cui Subject: Re: Re: Aligning Columns in HTML Export Tables Date: Tue, 26 Oct 2010 09:03:59 -0700 Message-ID: References: <878w1svl7y.fsf@gollum.intra.norang.ca> <53D6BE6F-C152-45DE-B01B-89D50B4848BC@gmail.com> <4CC54506.2070501@christianmoe.com> <21BA9B33-4ACD-4B43-9EF8-84765DA7EC2E@gmail.com> <4CC58271.6050005@christianmoe.com> <87vd4qpbji.fsf@gmx.de> <13A9168B-381A-452B-99E0-EE6BC119F872@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=54229 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAm0K-0007v8-P4 for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 12:04:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAm0J-0003ns-13 for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 12:04:04 -0400 Received: from smtp103.prem.mail.sp1.yahoo.com ([98.136.44.58]:45093) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PAm0I-0003nX-Ou for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 12:04:02 -0400 In-Reply-To: <13A9168B-381A-452B-99E0-EE6BC119F872@gmail.com> (Carsten Dominik's message of "Tue, 26 Oct 2010 07:11:08 +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: Jeff Horn , mail@christianmoe.com, Dan Davison , Bernt Hansen , Org-mode ml Carsten Dominik writes: > On Oct 25, 2010, at 11:52 PM, Baoqiu Cui wrote: > >> Sebastian Rose writes: >> >>> Carsten Dominik writes: >>>> OK, I will use class. I could make a special case for the docbook >>>> exporter...... >>> >>> +1 >> >> +1 for making a "special case for the docbook exporter". :-) (DocBook >> documents can be rendered in different formats, some of which (like >> PDF) >> may know nothing about CSS.) >> >>> BTW: Org mode's exports to XHTML, not HTML 4.01 or HTML 5 (which is a >>> proposal, not a "standard" or recommendation yet). Still, >>> '' is valid XHTML, too. >> >> Maybe we should add a parameter to function org-format-org-table- >> html to >> indicate whether we want to format pure standard XHTML tables that do >> not use "class" or CSS related stuff. > > This is exactly how I have done it now. Thanks for the quick change, Carsten! I just tested the latest code and everything looks good. -- Baoqiu