X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=doi-utils.org;h=a29996f6810caf99fed664eba77bf3da816567b1;hb=e15d6b6fd62ef1ce8f807ef6f7b0f957cf9092a5;hp=48fe3b613f90d447e2df37d723b7609a732a567e;hpb=1ffc15fef433defae05f41f408d3d556eafb24c2;p=org-ref.git 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