From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Does html table export require that the top row be treated as a header? Date: Mon, 27 Aug 2012 09:37:42 +0200 Message-ID: <87y5l0yed5.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5tt4-0005Ub-Vy for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 03:37:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5tt3-0002dz-Ph for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 03:37:30 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:51485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5tt3-0002dm-K6 for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 03:37:29 -0400 Received: by wibhq4 with SMTP id hq4so2528664wib.12 for ; Mon, 27 Aug 2012 00:37:28 -0700 (PDT) In-Reply-To: (John Hendy's message of "Fri, 24 Aug 2012 17:47:39 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Hendy Cc: emacs-orgmode Hi John, John Hendy writes: > I have a document I will export via pdf and html. My table is like so: > > #+attr_latex: align={lp{0.8\textwidth}} > #+attr_html: width="600px" > | *R1* | stuff | > |------+------------------| > | *R2* | more stuff | > |------+------------------| > | *R2* | some third stuff | > > I'd like horizontal separators in LaTeX and don't care one way or the > other for html so since there didn't seem to be a way to have them in > one and not the other I inserted them. When I export the html, it > looks as though since I have separators it exports the top row as > class=th instead of tr like a normal row. This bolds and centers it. > > Any way to have it treat the top row as a regular row in the presence > of midlines? #+BIND: org-export-table-header-tags ("" . "") HTH, -- Bastien