Browse Source

Merge branch 'maint'

Nicolas Goaziou 8 years ago
parent
commit
3322f5edfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
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)))))