ox-html: attributes lines are more comprehensive
commitbc269f01f3ad8bf1b074fef7453acf5e309d32eb
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 10 Apr 2013 19:28:36 +0000 (10 21:28 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 10 Apr 2013 19:29:13 +0000 (10 21:29 +0200)
treedebdc6b1bb3b0d7af6abdbbbc967cb3450b6c2b4
parentadb439dea9820661fc7d81efc1d9393b4a03b106
ox-html: attributes lines are more comprehensive

* lisp/ox-html.el (html): Rename :html-table-tag property
  into :org-table-attributes.
(org-html-table-default-attributes): New variable.
(org-html-table-tag): Removed variable.
(org-html--make-attribute-string): New function.
(org-html-link--inline-image, org-html-table): Use new function.
* doc/org.texi: Document variable changes.

It is now possible to write properties and values in attributes lines
without falling back on `:options':

  #+attr_html: :border 1
  | a |
doc/org.texi
lisp/ox-html.el