From a85b032e9f5083ec4d030e56486a7f70c72e0eb1 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Tue, 3 Feb 2015 08:32:21 -0500 Subject: [PATCH] fix minor bug in isbn-to-bibtex-lead function --- doi-utils.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doi-utils.org b/doi-utils.org index 48fe3b6..a29996f 100644 --- a/doi-utils.org +++ b/doi-utils.org @@ -1260,7 +1260,7 @@ I found this on the web. It can be handy, but the bibtex entry has a lot of stuf #+BEGIN_SRC emacs-lisp :tangle doi-utils.el (defun isbn-to-bibtex-lead (isbn) "Search lead.to for ISBN bibtex entry. You have to copy the entry if it is on the page to your bibtex file." - (interactive "ISBN: ") + (interactive "sISBN: ") (browse-url (format "http://lead.to/amazon/en/?key=%s+&si=all&op=bt&bn=&so=sa&ht=us" isbn))) #+END_SRC -- 2.39.2