Files
emacs/lisp/org-ref/org-ref-pkg.el
2025-11-25 19:52:03 +01:00

19 lines
707 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "org-ref" "20251123.1710"
"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 "5275e58bca7e36c588e519c1b3ebe1e6b28a0654"
:revdesc "5275e58bca7e"
:keywords '("org-mode" "cite" "ref" "label")
:authors '(("John Kitchin" . "jkitchin@andrew.cmu.edu"))
:maintainers '(("John Kitchin" . "jkitchin@andrew.cmu.edu")))