diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 406833037..daefb2971 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -191,8 +191,7 @@ (:latex-header-extra "LATEX_HEADER_EXTRA" nil nil newline) (:latex-hyperref-p nil "texht" org-latex-with-hyperref t) ;; Redefine regular options. - (:date "DATE" nil "\\today" t) - (:with-smart-quotes nil "'" t))) + (:date "DATE" nil "\\today" t))) diff --git a/lisp/ox.el b/lisp/ox.el index c428bf562..31b1907c0 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -582,7 +582,13 @@ This option can also be set with the SELECT_TAGS keyword." (defcustom org-export-with-smart-quotes nil "Non-nil means activate smart quotes during export. This option can also be set with the OPTIONS keyword, -e.g. \"':t\"." +e.g., \"':t\". + +When setting this to non-nil, you need to take care of +using the correct Babel package when exporting to LaTeX. +E.g., you can load Babel for french like this: + +#+LaTeX_HEADER: \\usepackage[french]{babel}" :group 'org-export-general :version "24.4" :package-version '(Org . "8.0")