lisp/org-latex.el: Convert quotes to their LaTeX equivalents
Convert quotes to their LaTeX equivalents using org-export-latex-quotation-marks.
This commit is contained in:
parent
ed8627de92
commit
8d93fc8a3b
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue