Explorar o código

Merge branch 'maint'

Nicolas Goaziou %!s(int64=8) %!d(string=hai) anos
pai
achega
3322f5edfc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)))))