From 1efb7561da707640e9171da31155c8f5156bbe01 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 13 Apr 2015 09:49:39 +0200 Subject: [PATCH] ox-latex: Tiny fix * lisp/ox-latex.el (org-latex-link): Tiny fix. --- lisp/ox-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index b7069e39b..b3c7f4471 100644 --- a/lisp/ox-latex.el +++ b/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 -- 2.11.4.GIT