update packages
This commit is contained in:
@@ -109,7 +109,7 @@ FORWARD-TO is the callback to call with the results of the search."
|
||||
(biblio-doi--forward-bibtex-crosscite doi forward-to)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun doi-insert-bibtex (doi)
|
||||
(defun biblio-doi-insert-bibtex (doi)
|
||||
"Insert BibTeX entry matching DOI."
|
||||
(interactive "MDOI: ")
|
||||
(let ((target-buffer (current-buffer)))
|
||||
@@ -120,5 +120,7 @@ FORWARD-TO is the callback to call with the results of the search."
|
||||
(biblio-format-bibtex result biblio-bibtex-use-autokey)
|
||||
target-buffer)))))
|
||||
|
||||
(defalias 'doi-insert-bibtex 'biblio-doi-insert-bibtex)
|
||||
|
||||
(provide 'biblio-doi)
|
||||
;;; biblio-doi.el ends here
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
(define-package "biblio" "20200416.1407" "Browse and import bibliographic references from CrossRef, arXiv, DBLP, HAL, Dissemin, and doi.org"
|
||||
(define-package "biblio" "20210418.406" "Browse and import bibliographic references from CrossRef, arXiv, DBLP, HAL, Dissemin, and doi.org"
|
||||
'((emacs "24.3")
|
||||
(biblio-core "0.2"))
|
||||
:commit "eb9baf1d2bf6a073d24ccb717025baa693e98f3e")
|
||||
:commit "517ec18f00f91b61481214b178f7ae0b8fbc499b" :authors
|
||||
'(("Clément Pit-Claudel" . "clement.pitclaudel@live.com"))
|
||||
:maintainer
|
||||
'("Clément Pit-Claudel" . "clement.pitclaudel@live.com")
|
||||
:keywords
|
||||
'("bib" "tex" "convenience" "hypermedia")
|
||||
:url "https://github.com/cpitclaudel/biblio.el")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
|
||||
Reference in New Issue
Block a user