diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-07-24 16:24:24 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-07-24 16:24:24 -0400 |
commit | ba70d0f77c52d471bceb2ad2cc7bc172db348abb (patch) | |
tree | a2a638dfaaf4cc61b590f1da7b5490dccbcbe03c /lisp/org/ox-publish.el | |
parent | f7fd7bf477acfc65701065ec70c32dacb17e275a (diff) | |
download | emacs-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.el | 2 |
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'." |