From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Does html table export require that the top row be treated as a header? Date: Fri, 24 Aug 2012 17:47:39 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T52fF-0006cI-40 for emacs-orgmode@gnu.org; Fri, 24 Aug 2012 18:47:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T52fE-0001pq-Al for emacs-orgmode@gnu.org; Fri, 24 Aug 2012 18:47:41 -0400 Received: from mail-vb0-f41.google.com ([209.85.212.41]:38203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T52fE-0001pm-4u for emacs-orgmode@gnu.org; Fri, 24 Aug 2012 18:47:40 -0400 Received: by vbkv13 with SMTP id v13so3074624vbk.0 for ; Fri, 24 Aug 2012 15:47:39 -0700 (PDT) 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: emacs-orgmode 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? Thanks, John