Files
emacs/lisp/org-ref/org-ref-pgk.el
2025-11-25 19:52:03 +01:00

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: