[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org 755fef38f5: Merge branch 'bugfix'
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org 755fef38f5: Merge branch 'bugfix' |
Date: |
Wed, 28 Feb 2024 03:58:37 -0500 (EST) |
branch: externals/org
commit 755fef38f5b83f09f899be357b4ad3635db14c16
Merge: 356072c1d6 fe9bc9efd1
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
Merge branch 'bugfix'
---
lisp/org-macs.el | 2 +-
lisp/ox-latex.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index 78008f2dda..b0647d85c3 100644
--- a/lisp/org-macs.el
+++ b/lisp/org-macs.el
@@ -991,7 +991,7 @@ Otherwise, return nil."
"Splits STRING into substrings at SEPARATORS.
SEPARATORS is a regular expression. When nil, it defaults to
-\"[ \f\t\n\r\v]+\".
+\"[ \\f\\t\\n\\r\\v]+\".
Unlike `split-string', matching SEPARATORS at the beginning and
end of string are ignored."
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 1b0fcb7c44..7c9cb0ce77 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -1656,7 +1656,7 @@ explicitly been loaded. Then it is added to the rest of
package's options.
The optional argument to Babel or the mandatory argument to
-`\babelprovide' command may be \"AUTO\" which is then replaced
+`\\babelprovide' command may be \"AUTO\" which is then replaced
with the language of the document or
`org-export-default-language' unless language in question is
already loaded.