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

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

[elpa] externals-release/org 9d29de23cf 3/6: Backport commit b2bce107b f


From: ELPA Syncer
Subject: [elpa] externals-release/org 9d29de23cf 3/6: Backport commit b2bce107b from Emacs
Date: Sun, 24 Jul 2022 16:57:55 -0400 (EDT)

branch: externals-release/org
commit 9d29de23cf957c56cbda09e8a4714997609ca6c1
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Kyle Meyer <kyle@kyleam.com>

    Backport commit b2bce107b from Emacs
    
    * lisp/org.el (org-latex-to-html-convert-command):
    * lisp/org-agenda.el (org-agenda-sorting-strategy): Audit use of
    various single quotes in Lisp doc strings.
    
    Further audits of single quotes in Lisp doc strings
    b2bce107b15d6e0c2b773704179c6bf463525459
    Lars Ingebrigtsen
    Tue May 24 13:17:53 2022 +0200
    
    [km] Org's bugfix branch is currently receiving commits from emacs-28,
         but this commit comes from Emacs's master branch.  I'm porting it
         because it has conflicts with bugfix's 01b0fb14b (Backport from
         main: Escape single left quotes in docstrings, 2022-07-24) and
         only touches docstrings.
---
 lisp/org-agenda.el | 2 +-
 lisp/org.el        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index dfd5d829db..a43b083d53 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1615,7 +1615,7 @@ alpha-down         Sort headlines alphabetically, 
reversed.
 
 The different possibilities will be tried in sequence, and testing stops
 if one comparison returns a \"not-equal\".  For example, the default
-    '(time-up category-keep priority-down)
+    `(time-up category-keep priority-down)'
 means: Pull out all entries having a specified time of day and sort them,
 in order to make a time schedule for the current day the first thing in the
 agenda listing for the day.  Of the entries without a time indication, keep
diff --git a/lisp/org.el b/lisp/org.el
index 06af12339e..5387ea2f0f 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3301,7 +3301,7 @@ Replace format-specifiers in the command as noted below 
and use
 %i:     The LaTeX fragment to be converted.
 
 For example, this could be used with LaTeXML as
-\"latexmlc 'literal:%i' --profile=math --preload=siunitx.sty 2>/dev/null\"."
+\"latexmlc \\='literal:%i\\=' --profile=math --preload=siunitx.sty 
2>/dev/null\"."
   :group 'org-latex
   :package-version '(Org . "9.4")
   :type '(choice



reply via email to

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