Skip to content

Commit 9d29de2

Browse files
larsmagnekyleam
authored andcommitted
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 01b0fb1 (Backport from main: Escape single left quotes in docstrings, 2022-07-24) and only touches docstrings.
1 parent 5fdbf15 commit 9d29de2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lisp/org-agenda.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ alpha-down Sort headlines alphabetically, reversed.
16151615

16161616
The different possibilities will be tried in sequence, and testing stops
16171617
if one comparison returns a \"not-equal\". For example, the default
1618-
'(time-up category-keep priority-down)
1618+
`(time-up category-keep priority-down)'
16191619
means: Pull out all entries having a specified time of day and sort them,
16201620
in order to make a time schedule for the current day the first thing in the
16211621
agenda listing for the day. Of the entries without a time indication, keep

lisp/org.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3301,7 +3301,7 @@ Replace format-specifiers in the command as noted below and use
33013301
%i: The LaTeX fragment to be converted.
33023302

33033303
For example, this could be used with LaTeXML as
3304-
\"latexmlc 'literal:%i' --profile=math --preload=siunitx.sty 2>/dev/null\"."
3304+
\"latexmlc \\='literal:%i\\=' --profile=math --preload=siunitx.sty 2>/dev/null\"."
33053305
:group 'org-latex
33063306
:package-version '(Org . "9.4")
33073307
:type '(choice

0 commit comments

Comments
 (0)