ox-html: Tiny refactoring

* lisp/ox-html.el (org-html-link): Remove left-over binding.
This commit is contained in:
Nicolas Goaziou 2013-06-29 14:48:08 +02:00
parent f3168ff90a
commit cb9c1dd668

View file

@ -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)