From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: Attributes on HTML tables? Date: Sat, 06 Apr 2013 22:55:25 -0400 Message-ID: <86bo9rnj6q.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOflU-0006mp-4j for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 22:55:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOflP-0000kU-1A for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 22:55:32 -0400 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:64470 helo=mercure.bureau.ubity.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOflO-0000kK-RQ for emacs-orgmode@gnu.org; Sat, 06 Apr 2013 22:55:26 -0400 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@gnu.org Hi, Org people. I took a few hours today to move the Org generation for a few of my Web pages to the new exporter, and after a bit of debugging to understand how some changes were meant, got the impression that it mainly works! I'll have to wander around when I'll find some more free time, looking at the generated pages, to check that everything is OK. There is one little thing that does not seem to work, but I do not remember if it worked with the old exporter. The Org manual says: 12.5.5 Tables ------------- =20=20=20 Org mode tables are exported to HTML using the table tag defined in `org-html-table-tag'. The default setting makes tables without cell borders and frame. If you would like to change this for individual tables, place something like the following before the table: =20=20=20 #+CAPTION: This is a table with lines around and between cells #+ATTR_HTML: border=3D"2" rules=3D"all" frame=3D"border" Captions work indeed, but I do not see that attributes are transported on the generated element. It seems to be always produced with the exact value of org-html-table-tag. Fran=C3=A7ois