ox-odt.el: Fix LaTeX formulae in opendocument exports
commit73694b21d7233c88bbd6e67eefaf8f4c321e4863
authorLixin Chin <lixinchin@gmail.com>
Tue, 29 Nov 2016 08:24:11 +0000 (29 09:24 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 29 Nov 2016 08:24:11 +0000 (29 09:24 +0100)
tree890243d5fbf358f41fb984158fd8249920421201
parent6983f8e8bfce12a35b1a87d5298efde3eace7c6f
ox-odt.el: Fix LaTeX formulae in opendocument exports

* lisp/ox-odt.el (org-odt--translate-latex-fragments): Apply signature
  change for `org-format-latex'.

Commit a24f339f58a5a97a813514b8768faf9131c83dd0 changed the signature
for `org-format-latex' (lisp/org.el) to add `beg' and `end' optional
parameters.  This led to an error in ox-odt.el when exporting an
odt document containing LaTeX formulae.
lisp/ox-odt.el