From 24be2573a9a8500b46c7bf65af7b34605d135359 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 1 Dec 2014 16:52:47 +0100 Subject: [PATCH] contrib/lisp/ox-bibtex.el: Fix trailing whitespace --- contrib/lisp/ox-bibtex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/ox-bibtex.el b/contrib/lisp/ox-bibtex.el index 4016480cb..071986691 100644 --- a/contrib/lisp/ox-bibtex.el +++ b/contrib/lisp/ox-bibtex.el @@ -200,7 +200,7 @@ Return new parse tree." (file-name-sans-extension file) file)) ;; Outpufiles of bibtex2html will be put into current working directory ;; so define a variable for this. - (setq out-file (file-name-sans-extension + (setq out-file (file-name-sans-extension (file-name-nondirectory file))) ;; limit is set: collect citations throughout the document ;; in TEMP-FILE and pass it to "bibtex2html" as "-citefile" -- 2.11.4.GIT