Sfoglia il codice sorgente

ox-latex: Tiny fix

* lisp/ox-latex.el (org-latex-link): Tiny fix.
Nicolas Goaziou 10 anni fa
parent
commit
1efb7561da
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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