Files
emacs/lisp/org-ref/org-ref-pkg.el
2023-11-04 19:26:41 +01:00

25 lines
677 B
EmacsLisp

(define-package "org-ref" "20231101.2355" "citations, cross-references and bibliographies in org-mode"
'((org "9.4")
(dash "0")
(s "0")
(f "0")
(htmlize "0")
(hydra "0")
(avy "0")
(parsebib "0")
(bibtex-completion "0")
(citeproc "0")
(ox-pandoc "0"))
:commit "195b8d3209aff956ecdd755422700e8517a34d11" :authors
'(("John Kitchin" . "jkitchin@andrew.cmu.edu"))
:maintainers
'(("John Kitchin" . "jkitchin@andrew.cmu.edu"))
:maintainer
'("John Kitchin" . "jkitchin@andrew.cmu.edu")
:keywords
'("org-mode" "cite" "ref" "label")
:url "https://github.com/jkitchin/org-ref")
;; Local Variables:
;; no-byte-compile: t
;; End: