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