update packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;;; org-ref-bibtex.el -- org-ref-bibtex utilities
|
||||
;;; org-ref-bibtex.el -- org-ref-bibtex utilities -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright(C) 2014-2021 John Kitchin
|
||||
;; Copyright(C) 2014-2024 John Kitchin
|
||||
|
||||
;; Author: John Kitchin <jkitchin@andrew.cmu.edu>
|
||||
;; URL: https://github.com/jkitchin/org-ref
|
||||
@@ -67,8 +67,10 @@
|
||||
(require 's)
|
||||
(require 'doi-utils)
|
||||
(require 'avy)
|
||||
(require 'sgml-mode)
|
||||
|
||||
(defvar bibtex-completion-bibliography)
|
||||
(defvar bibtex-completion-library-path)
|
||||
(declare-function bibtex-completion-show-entry "bibtex-completion")
|
||||
(declare-function org-ref-find-bibliography "org-ref-core")
|
||||
(declare-function org-element-property "org-element")
|
||||
@@ -1171,7 +1173,7 @@ will clobber the file."
|
||||
(format "%s = %s,\n" f v))))
|
||||
(-uniq other-fields) "\n")
|
||||
"\n}"))
|
||||
(bibtex-find-entry key)
|
||||
(bibtex-search-entry key)
|
||||
(bibtex-fill-entry)
|
||||
(bibtex-clean-entry))))
|
||||
|
||||
@@ -1201,7 +1203,7 @@ will clobber the file."
|
||||
(cdr (assoc field entry))))
|
||||
entry-fields "\n")
|
||||
"\n}\n\n"))
|
||||
(bibtex-find-entry key)
|
||||
(bibtex-search-entry key)
|
||||
(bibtex-fill-entry)
|
||||
(bibtex-clean-entry)))
|
||||
|
||||
@@ -1460,3 +1462,7 @@ See functions in `org-ref-clean-bibtex-entry-hook'."
|
||||
(provide 'org-ref-bibtex)
|
||||
|
||||
;;; org-ref-bibtex.el ends here
|
||||
|
||||
;; Local Variables:
|
||||
;; byte-compile-warnings: (not docstrings-wide)
|
||||
;; End:
|
||||
|
||||
Reference in New Issue
Block a user