Files
emacs/lisp/org-ref/org-ref-pkg.el
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

23 lines
612 B
EmacsLisp

(define-package "org-ref" "20221129.1925" "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 "26735e914f09559c7b9753462a596e62595b135e" :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: