From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Aligning Columns in HTML Export Tables Date: Tue, 26 Oct 2010 07:11:08 +0200 Message-ID: <13A9168B-381A-452B-99E0-EE6BC119F872@gmail.com> 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> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=58438 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAcyC-0002Ty-S5 for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 02:25:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAcyB-0000ER-Al for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 02:25:16 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:65412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAcyB-0000EF-3a for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 02:25:15 -0400 Received: by ewy25 with SMTP id 25so2207184ewy.0 for ; Mon, 25 Oct 2010 23:25:14 -0700 (PDT) In-Reply-To: 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: Baoqiu Cui Cc: Jeff Horn , mail@christianmoe.com, Dan Davison , Bernt Hansen , Org-mode ml 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. - Carsten > > Thanks, > > -- > Baoqiu