Fix some issues with org-xhtml export
commitfec6440a49100a024f2b25897a091e96f8ce377c
authorJambunathan K <kjambunathan@gmail.com>
Sat, 27 Aug 2011 20:31:40 +0000 (28 02:01 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Sat, 27 Aug 2011 20:31:40 +0000 (28 02:01 +0530)
tree6c1b3dfe65277ecb8031c218fc3cc0f2eb348a74
parent2adfdac23bca4b80cf3162a0c2b5d95712b32e6c
Fix some issues with org-xhtml export

* contrib/lisp/org-xhtml.el: require html (temporarily). This
makes sure that variables such as org-export-html-extension
etc referenced in org-exp.el and made available through
opt-plist are properly inited. Can be removed once the
org-export-xhtml namespace is annihilated.

* contrib/lisp/org-lparse.el (org-lparse-format-table): Export
of table.el tables were broken. Fix it. Can be removed once
the xhtml backend is annihilated.
contrib/lisp/org-lparse.el
contrib/lisp/org-xhtml.el