Browse Source

ox-html: Tiny refactoring

* lisp/ox-html.el (org-html-link): Remove left-over binding.
Nicolas Goaziou 11 years ago
parent
commit
cb9c1dd668
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

@@ -2737,7 +2737,7 @@ INFO is a plist holding contextual information.  See
 		     (org-export-solidify-link-text href) attributes desc)))
 		     (org-export-solidify-link-text href) attributes desc)))
 	  ;; Fuzzy link points to a target or an element.
 	  ;; Fuzzy link points to a target or an element.
 	  (t
 	  (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)
 		  (org-html-standalone-image-predicate 'org-html--has-caption-p)
 		  (number (cond
 		  (number (cond
 			   (desc nil)
 			   (desc nil)