From db34a7d837b7723199cf29d5df4d306f0b1304b8 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 21 Dec 2022 15:28:48 +0300 Subject: [PATCH] * lisp/ox-html.el (org-html-link): Fix call to `org-export-get-ordinal' Pass list of type symbols as third argument following the docstring spec. Reported-by: Brian Powell Link: https://orgmode.org/list/m2tu1s458q.fsf@hawaii.edu --- 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 86b10cbf7..19cdf4c5a 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