From cb9c1dd66885ff4d723f1662d88b9601b7bbb03a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 29 Jun 2013 14:48:08 +0200 Subject: [PATCH] ox-html: Tiny refactoring * lisp/ox-html.el (org-html-link): Remove left-over binding. --- 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 64358ef33..4a2b6ec4a 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -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)