瀏覽代碼

ox-latex: Tiny fix

* lisp/ox-latex.el (org-latex-link): Tiny fix.
Nicolas Goaziou 10 年之前
父節點
當前提交
1efb7561da
共有 1 個文件被更改,包括 1 次插入1 次删除
  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