renard / o-blog

Standalone orgmode blog exporter. DEPECATED, NOT MAINTAINED
http://renard.github.com/o-blog-v2
260 stars 58 forks source link

table definition is changed in archive #148

Closed dingesista closed 9 years ago

dingesista commented 9 years ago

Experimenting with o-blog version 2.6. (I'm moving my o-blog version 1 site over.)

I have lots of blog posts that include a brief table, and I'm used to setting the HTML attribute like in below example:

\ DONE title of blog post : some tag CLOSED: [2015-06-15 Mon 09:49]

A line of text

+ATTR_HTML: border 1 :cellspacing 0 :cellpadding 6 :rules none :frame void

| table row 1 | | table row 2 |

This works for the post as it is displayed on the front page, but the table attribute is changed in the Archive. For one post the html shows this

A line of text

table border="2" cellspacing="0" cellpadding="6" rules="cols" frame="box" for another post, the html shows

some text

and I don't know why.
dingesista commented 9 years ago

duplicate, sorry