mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-11 09:20:32 +00:00
ox-html: Tiny refactoring
* lisp/ox-html.el (org-html-link): Remove left-over binding.
This commit is contained in:
parent
f3168ff90a
commit
cb9c1dd668
@ -2737,7 +2737,7 @@ INFO is a plist holding contextual information. See
|
||||
(org-export-solidify-link-text href) attributes desc)))
|
||||
;; Fuzzy link points to a target or an element.
|
||||
(t
|
||||
(let* ((path (org-export-solidify-link-text path)) number
|
||||
(let* ((path (org-export-solidify-link-text path))
|
||||
(org-html-standalone-image-predicate 'org-html--has-caption-p)
|
||||
(number (cond
|
||||
(desc nil)
|
||||
|
Loading…
Reference in New Issue
Block a user