From: Aymeric Agon-Rambosson <aymeric.agon@yandex.com>
Date: Fri, 19 Aug 2022 00:44:33 +0200
Subject: Remove CSL JSON support.
Forwarded: not-needed

--- a/README.org
+++ b/README.org
@@ -11,7 +11,8 @@
    :CUSTOM_ID: features
    :END:
 
-This package provides a completing-read front-end to browse and act on BibTeX, BibLaTeX, and CSL JSON bibliographic data, and LaTeX, markdown, and org-cite editing support.
+This package provides a completing-read front-end to browse and act on BibTeX and
+BibLaTeX bibliographic data, and LaTeX, markdown, and org-cite editing support.
 
 When used with vertico (~apt install elpa-vertico~), embark (~apt install elpa-embark~), and marginalia (~apt install elpa-marginalia~), it provides similar functionality to helm-bibtex and ivy-bibtex: quick filtering and selecting of bibliographic entries from the minibuffer, and the option to run different commands against them.
 
@@ -172,9 +173,8 @@ Here's the default value:
 Note:
 
 1. You may include multiple variables in a field; the formatter will print the first one it finds.
-2. If you plan to use CSL JSON at all, you can and should include CSL JSON variables names where appropriate as such options. The default main template dates field demonstrates this.
-3. The asterisk signals to the formatter to use available space for the column.
-4. The note template does not take widths, as formatting is inline there rather than columnar.
+2. The asterisk signals to the formatter to use available space for the column.
+3. The note template does not take widths, as formatting is inline there rather than columnar.
 
 ** Icons
 
--- a/citar.el
+++ b/citar.el
@@ -8,7 +8,7 @@
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Version: 1.1
 ;; Homepage: https://github.com/emacs-citar/citar
-;; Package-Requires: ((emacs "27.1") (parsebib "4.2") (org "9.5") (citeproc "0.9"))
+;; Package-Requires: ((emacs "27.1") (parsebib "4.2") (org "9.5"))
 
 ;; This file is not part of GNU Emacs.
 ;;
