update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -4,7 +4,6 @@
;; Author: John Kitchin <jkitchin@andrew.cmu.edu>
;; Keywords: convenience
;; Version: 0.1
;; Package-Requires: ((org-ref))
;; This program is free software; you can redistribute it and/or modify

View File

@@ -4,7 +4,6 @@
;; Author: John Kitchin <jkitchin@andrew.cmu.edu>
;; URL: https://github.com/jkitchin/org-ref
;; Version: 0.1
;; Keywords: org-mode, bibtex
;; This file is not currently part of GNU Emacs.

View File

@@ -4,7 +4,6 @@
;; Author: John Kitchin <jkitchin@andrew.cmu.edu>
;; URL: https://github.com/jkitchin/org-ref
;; Version: 1.0
;; Keywords: org-mode, cite, ref, label
;; Package-Requires: ((helm-bibtex "0") (org-ref "0"))

View File

@@ -4,7 +4,6 @@
;; Author: John Kitchin <jkitchin@andrew.cmu.edu>
;; URL: https://github.com/jkitchin/org-ref
;; Version: 1.0
;; Keywords: org-mode, cite, ref, label
;; Package-Requires: ((org-ref "0") (ivy-bibtex "0"))

View File

@@ -1,25 +1,21 @@
(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")
;; -*- 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"))
:commit "edbb80863ef63ef52ef04fce3239e063843f8d30" :authors
'(("John Kitchin" . "jkitchin@andrew.cmu.edu"))
:maintainers
'(("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:
(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")))

View File

@@ -4,7 +4,8 @@
;; Author: John Kitchin <jkitchin@andrew.cmu.edu>
;; URL: https://github.com/jkitchin/org-ref
;; Version: 3.1
;; Package-Version: 20250301.1918
;; Package-Revision: edbb80863ef6
;; Keywords: org-mode, cite, ref, label
;; Package-Requires: ((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"))
;; This file is not currently part of GNU Emacs.