summaryrefslogtreecommitdiff
path: root/lisp/org/ox-publish.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-07-24 16:24:24 -0400
committerKyle Meyer <kyle@kyleam.com>2022-07-24 16:24:24 -0400
commitba70d0f77c52d471bceb2ad2cc7bc172db348abb (patch)
treea2a638dfaaf4cc61b590f1da7b5490dccbcbe03c /lisp/org/ox-publish.el
parentf7fd7bf477acfc65701065ec70c32dacb17e275a (diff)
downloademacs-ba70d0f77c52d471bceb2ad2cc7bc172db348abb.tar.gz
emacs-ba70d0f77c52d471bceb2ad2cc7bc172db348abb.tar.bz2
emacs-ba70d0f77c52d471bceb2ad2cc7bc172db348abb.zip
Update to Org 9.5.4-17-g6e991f
Diffstat (limited to 'lisp/org/ox-publish.el')
-rw-r--r--lisp/org/ox-publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox-publish.el b/lisp/org/ox-publish.el
index 636bd0d2ae3..51e2352b4e8 100644
--- a/lisp/org/ox-publish.el
+++ b/lisp/org/ox-publish.el
@@ -839,7 +839,7 @@ in `org-export-options-alist' or in export back-ends. In the
latter case, optional argument BACKEND has to be set to the
back-end where the option is defined, e.g.,
- (org-publish-find-property file :subtitle 'latex)
+ (org-publish-find-property file :subtitle \\='latex)
Return value may be a string or a list, depending on the type of
PROPERTY, i.e. \"behavior\" parameter from `org-export-options-alist'."