summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus <rasmus@gmx.us>2015-02-26 16:29:59 +0100
committerRasmus <rasmus@gmx.us>2015-02-26 16:31:14 +0100
commitac55f280d45922d0efc79a697384fb98cf77bfab (patch)
tree67d0d40f61e37ad977cfb95b9b2576aa84ee3553
parentf82dad1237485201ded59c800a291c0ec7632042 (diff)
downloadorg-mode-ac55f280d45922d0efc79a697384fb98cf77bfab.tar.gz
ox-odt: Small fix
* ox-odt.el (org-odt--translate-latex-fragments): Fix small bug in cebdec663d63d6971c20cb99e5502e646ee12187.
-rw-r--r--lisp/ox-odt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index 63984f6..ec2be87 100644
--- a/lisp/ox-odt.el
+++ b/lisp/ox-odt.el
@@ -3821,7 +3821,7 @@ contextual information."
;; a `link' object.
(let* ((link (org-element-map
(org-element-parse-secondary-string
- org-link 'paragraph)
+ org-link '(paragraph link))
'link #'identity info t))
(replacement
(case (org-element-type latex-*)