Fix table alignment for the docbook exporter
commit25d365a37346a408c1b72fc90f4d06f2c0a1b0e1
authorCarsten Dominik <carsten.dominik@gmail.com>
Mon, 25 Oct 2010 13:40:30 +0000 (25 15:40 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Mon, 25 Oct 2010 13:40:30 +0000 (25 15:40 +0200)
tree16244281c22473479090916909748a9b6ca44863
parent23812f9cf172cbbb0feb06070ed3c22775858794
Fix table alignment for the docbook exporter

* lisp/org-html.el (org-format-table-html): New argument DOCBOOK.
(org-format-org-table-html): New argument DOCBOOK.  When set, use
align instead of class to align table fields.
* lisp/org-docbook.el (org-export-as-docbook): Specify the docbook argument
for the table converter.
lisp/org-docbook.el
lisp/org-html.el