emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org ea6b7451b8: ox: Escape a docstring apostrop


From: ELPA Syncer
Subject: [elpa] externals-release/org ea6b7451b8: ox: Escape a docstring apostrophe
Date: Sun, 20 Feb 2022 14:57:52 -0500 (EST)

branch: externals-release/org
commit ea6b7451b82ae8e602990c9a570782739f67b283
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    ox: Escape a docstring apostrophe
    
    * lisp/ox.el (org-export-with-smart-quotes): Escape an apostrophe to
    prevent it from being displayed as a curved quote in the help buffer.
---
 lisp/ox.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox.el b/lisp/ox.el
index afea529f64..2a3edaa500 100644
--- a/lisp/ox.el
+++ b/lisp/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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]