15 lines
290 B
EmacsLisp
15 lines
290 B
EmacsLisp
(define-package "org-ref" "3.1.0" "citations, cross-references and bibliographies in org-mode"
|
|
'((dash "0")
|
|
(s "0")
|
|
(f "0")
|
|
(transient "0")
|
|
(htmlize "0")
|
|
(parsebib "0")
|
|
(bibtex-completion "0")
|
|
(emacs "29")))
|
|
|
|
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|