Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2016-12-13 14:15:33 +01:00
commit 3322f5edfc
1 changed files with 1 additions and 1 deletions

View File

@ -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)))))