branch: externals/org commit 6e080e5786933162e7812ab5651c22d41bd3f42a Merge: c5a0113367 ea6b7451b8 Author: Kyle Meyer <k...@kyleam.com> Commit: Kyle Meyer <k...@kyleam.com>
Merge branch 'bugfix' --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index 280fa0275c..6b68fc2da6 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -633,7 +633,7 @@ 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.