[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Attributes on HTML tables?
From: |
François Pinard |
Subject: |
[O] Attributes on HTML tables? |
Date: |
Sat, 06 Apr 2013 22:55:25 -0400 |
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
-------------
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:
#+CAPTION: This is a table with lines around and between cells
#+ATTR_HTML: border="2" rules="all" frame="border"
Captions work indeed, but I do not see that attributes are transported
on the generated <table ...> element. It seems to be always produced
with the exact value of org-html-table-tag.
François
- [O] Attributes on HTML tables?,
François Pinard <=
- Re: [O] Attributes on HTML tables?, Bastien, 2013/04/07
- Re: [O] Attributes on HTML tables?, Christian Moe, 2013/04/07
- Re: [O] Attributes on HTML tables?, Nicolas Goaziou, 2013/04/07
- Re: [O] Attributes on HTML tables?, Christian Moe, 2013/04/07
- Re: [O] Attributes on HTML tables?, Nicolas Goaziou, 2013/04/07
- Re: [O] Attributes on HTML tables?, Christian Moe, 2013/04/08
- Re: [O] Attributes on HTML tables?, François Pinard, 2013/04/10
- Re: [O] Attributes on HTML tables?, Eric Abrahamsen, 2013/04/11
- Re: [O] Attributes on HTML tables?, Bastien, 2013/04/12
- Re: [O] Attributes on HTML tables?, Eric Abrahamsen, 2013/04/12