summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-12-13 14:15:33 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-12-13 14:15:33 +0100
commit3322f5edfc0f52cdc28e1591fe8765d9ddcbc315 (patch)
treed56cb866d02acb290680e3aaf8279944625601b9
parent01b2c12fec846aa1ac17dae82855c9a341309476 (diff)
parent64a2f6e22d1e1d9742767d20b67c419920904c86 (diff)
downloadorg-mode-3322f5edfc0f52cdc28e1591fe8765d9ddcbc315.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-latex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 6585e84..74969e4 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -1515,7 +1515,7 @@ INFO is a plist used as a communication channel. See
((equal m "\\") "\\textbackslash{}")
((equal m "~") "\\textasciitilde{}")
((equal m "^") "\\textasciicircum{}")
- (t (org-latext--protect-text m))))
+ (t (org-latex--protect-text m))))
text nil t)))
;; Else use format string.
(t (format fmt text)))))