Browse Source

ox-latex: Tiny fix

* lisp/ox-latex.el (org-latex-link): Tiny fix.
Nicolas Goaziou 10 years ago
parent
commit
1efb7561da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
lisp/ox-latex.el

@@ -2085,7 +2085,7 @@ INFO is a plist holding contextual information.  See
 	   (if desc (format "\\href{%s}{%s}" destination desc)
 	     (format "\\url{%s}" destination)))
 	  ;; Fuzzy link points nowhere.
-	  ('nil
+	  ((nil)
 	   (format (plist-get info :latex-link-with-unknown-path-format)
 		   (or desc
 		       (org-export-data