ox-latex: Tiny fix

* lisp/ox-latex.el (org-latex-link): Tiny fix.
This commit is contained in:
Nicolas Goaziou 2015-04-13 09:49:39 +02:00
parent 65bbb1f7c8
commit 1efb7561da

View file

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