]> git.donarmstrong.com Git - org-ref.git/blobdiff - arxiv.el
Use read-string instead of read-input
[org-ref.git] / arxiv.el
index 0fe6f0fcc7cb12a4466d60b0cc9f4893d9f2be4f..5b4a8e0427cdf6600a73aa94dfe5f1e134c0138e 100644 (file)
--- a/arxiv.el
+++ b/arxiv.el
@@ -79,7 +79,7 @@
 (defun arxiv-add-bibtex-entry (arxiv-number bibfile)
   "Add bibtex entry for ARXIV-NUMBER to BIBFILE."
  (interactive
-   (list (read-input "arxiv: ")
+   (list (read-string "arxiv: ")
         ;;  now get the bibfile to add it to
         (ido-completing-read
          "Bibfile: "
 
     (org-open-file pdf)))
 
-(arxiv-get-pdf "0801.1144" "test.pdf")
-
 (provide 'arxiv)
 ;;; arxiv.el ends here