Add support for embedding an equation via a link to its *.odf file
commit311146aa2122f3bd64ec71cba0155bdfa0378c66
authorJambunathan K <kjambunathan@gmail.com>
Mon, 7 Nov 2011 23:37:00 +0000 (8 05:07 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Mon, 7 Nov 2011 23:38:26 +0000 (8 05:08 +0530)
treeab96ac090f05485ff14408f2eddb8f7fae1be92c
parentd293492f094cf563873ba4b362a3ce9d538964ef
Add support for embedding an equation via a link to its *.odf file

* contrib/lisp/org-odt.el (org-odt-is-formula-link-p):
Recognize *.mml and *.mathml as mathml files.  Recognize *.odf
files as OpenDocument formula file.
(org-odt-copy-formula-file): Use `org-odt-zip-extract-one' to
handle ODF formula files.
(org-export-odt-format-formula): If a ODF formula link has no
caption or label, embed it inline.  Otherwise embed it as
displayed.
contrib/lisp/org-odt.el