Explorar o código

lisp/org-latex.el: Convert quotes to their LaTeX equivalents

Convert quotes to their LaTeX equivalents using
org-export-latex-quotation-marks.
Laurence Mitchell %!s(int64=14) %!d(string=hai) anos
pai
achega
8d93fc8a3b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/org-latex.el

+ 1 - 0
lisp/org-latex.el

@@ -1588,6 +1588,7 @@ links, keywords, lists, tables, fixed-width"
     (when (plist-get org-export-latex-options-plist :emphasize)
       (org-export-latex-fontify))
     (org-export-latex-time-stamps)
+    (org-export-latex-quotation-marks)
     (org-export-latex-keywords-maybe)
     (org-export-latex-special-chars
      (plist-get org-export-latex-options-plist :sub-superscript))