diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-02-20 14:04:28 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-02-20 14:04:28 -0500 |
commit | b7a651ba3787ab8257e35f93f754c4455fc8dba4 (patch) | |
tree | 2e4ed62cbfcebb3fdfab0b3a0e7f029169aa0312 /lisp/org/ox.el | |
parent | 3a8c3f7abd083b95183d047ef07b2f73e4ff9edf (diff) | |
download | emacs-b7a651ba3787ab8257e35f93f754c4455fc8dba4.tar.gz emacs-b7a651ba3787ab8257e35f93f754c4455fc8dba4.tar.bz2 emacs-b7a651ba3787ab8257e35f93f754c4455fc8dba4.zip |
Update to Org 9.5.2-17-gea6b74
Diffstat (limited to 'lisp/org/ox.el')
-rw-r--r-- | lisp/org/ox.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox.el b/lisp/org/ox.el index afea529f640..2a3edaa500f 100644 --- a/lisp/org/ox.el +++ b/lisp/org/ox.el @@ -632,7 +632,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. |