org-odt.el: Support for captioning and labelling of equation images
commit3688deeb3f9b41194536c4d38cc8ea6bd633ca65
authorJambunathan K <kjambunathan@gmail.com>
Sat, 27 Aug 2011 14:57:16 +0000 (27 20:27 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Sat, 27 Aug 2011 15:01:43 +0000 (27 20:31 +0530)
tree16867b0a6eba9c19220c1e4c01794b60fc4a6b6d
parent09618ba25a86c15ff4cc517ec6d05be9034a88f4
org-odt.el: Support for captioning and labelling of equation images

* contrib/lisp/org-lparse.el (org-do-lparse): let-bind
org-lparse-opt-plist to current export options.
* contrib/lisp/org-odt.el
(org-odt-begin-office-body): Add a directive so that Equations
can be sequentially numbered.
(org-export-odt-preprocess): Removed call to
org-export-odt-preprocess-latex-fragments.
(org-export-odt-preprocess-latex-fragments): Fix signature and
hook it to org-export-preprocess-after-blockquote-hook. Use
org-lparse-opt-plist.
(org-odt-unload-function): Leave no trace in
org-export-preprocess-after-blockquote-hook.

Thanks to Myles English for registering this requirement.
http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg01116.html
contrib/lisp/org-lparse.el
contrib/lisp/org-odt.el