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

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

[elpa] externals/org 71b04d9638 1/2: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 71b04d9638 1/2: Merge branch 'bugfix'
Date: Wed, 21 Dec 2022 07:57:56 -0500 (EST)

branch: externals/org
commit 71b04d9638415bfff728e8367456cb8fa21d9e98
Merge: d9e258b55f db34a7d837
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Merge branch 'bugfix'
---
 lisp/ox-html.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 86b10cbf78..19cdf4c5a2 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -3337,7 +3337,7 @@ INFO is a plist holding contextual information.  See
                      ((org-html-standalone-image-p destination info)
                       (org-export-get-ordinal
                        (org-element-map destination 'link #'identity info t)
-                       info 'link 'org-html-standalone-image-p))
+                       info '(link) 'org-html-standalone-image-p))
                      (t (org-export-get-ordinal
                          destination info nil counter-predicate))))
                     (desc



reply via email to

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