19 lines
707 B
EmacsLisp
19 lines
707 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "org-ref" "20251206.1422"
|
|
"Citations, cross-references and bibliographies in org-mode."
|
|
'((org "9.4")
|
|
(htmlize "0")
|
|
(transient "0")
|
|
(avy "0")
|
|
(parsebib "0")
|
|
(bibtex-completion "0")
|
|
(citeproc "0")
|
|
(ox-pandoc "0")
|
|
(request "0"))
|
|
:url "https://github.com/jkitchin/org-ref"
|
|
:commit "dc2481d430906fe2552f9318f4405242e6d37396"
|
|
:revdesc "dc2481d43090"
|
|
:keywords '("org-mode" "cite" "ref" "label")
|
|
:authors '(("John Kitchin" . "jkitchin@andrew.cmu.edu"))
|
|
:maintainers '(("John Kitchin" . "jkitchin@andrew.cmu.edu")))
|