update packages

This commit is contained in:
2022-01-03 21:18:11 +01:00
parent a3155953d6
commit 4c740d6f8d
89 changed files with 5691 additions and 1653 deletions

View File

@@ -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

View File

@@ -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: