Files
emacs/lisp/org-ref/org-ref-pkg.el
2022-01-04 21:35:17 +01:00

21 lines
576 B
EmacsLisp

(define-package "org-ref" "20220101.1941" "citations, cross-references and bibliographies in org-mode"
'((dash "0")
(s "0")
(f "0")
(htmlize "0")
(hydra "0")
(avy "0")
(parsebib "0")
(bibtex-completion "0")
(citeproc "0"))
:commit "429733150548a847966685680bca0a20ec3b1ad9" :authors
'(("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: