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