From f401452f60e5a8458d70b1fc5bd5e920ff599356 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Mon, 2 Feb 2015 09:02:01 -0500 Subject: [PATCH] fix bug in missing bibtex file arg --- doi-utils.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doi-utils.org b/doi-utils.org index ada477c..7a22e75 100644 --- a/doi-utils.org +++ b/doi-utils.org @@ -949,7 +949,7 @@ The idea here is to perform a query on Crossref, get a helm buffer of candidates ;; just return the candidate (action . (("Insert bibtex entry" . (lambda (doi) (doi-utils-add-bibtex-entry-from-doi - (replace-regexp-in-string "^http://dx.doi.org/" "" doi)))) + (replace-regexp-in-string "^http://dx.doi.org/" "" doi) ,bibtex-file))) ("Open url" . (lambda (doi) (browse-url doi)))))))) (helm :sources '(source))))) -- 2.39.2