22 lines
791 B
EmacsLisp
22 lines
791 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "org-ref" "20250301.1918"
|
|
"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")
|
|
(request "0"))
|
|
:url "https://github.com/jkitchin/org-ref"
|
|
:commit "edbb80863ef63ef52ef04fce3239e063843f8d30"
|
|
:revdesc "edbb80863ef6"
|
|
:keywords '("org-mode" "cite" "ref" "label")
|
|
:authors '(("John Kitchin" . "jkitchin@andrew.cmu.edu"))
|
|
:maintainers '(("John Kitchin" . "jkitchin@andrew.cmu.edu")))
|