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,7 @@
    :CUSTOM_ID: features
    :END:
 
-Citar provides a highly-configurable =completing-read= front-end to browse and act on BibTeX, BibLaTeX, and CSL JSON bibliographic data, and LaTeX, markdown, and org-cite editing support.
+Citar provides a highly-configurable =completing-read= front-end to browse and act on BibTeX, and BibLaTeX bibliographic data, and LaTeX, markdown, and org-cite editing support.
 
 - quick filtering and selection of bibliographic entries from the minibuffer, and various commands to run against them.
 - a small =citar-embark= companion package, that provides contextual actions in the minibuffer, and also at-point in org, markdown, and LaTeX buffers.
@@ -194,11 +194,9 @@ 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.
-5. The ~%~ character preceeds a token defined as a key in ~citar-display-transform-functions~, whose value is a list of functions and optional arguments.
+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.
+4. The ~%~ character preceeds a token defined as a key in ~citar-display-transform-functions~, whose value is a list of functions and optional arguments.
    Note that if you include this, if you also include a width specification, it must come after the width.
 
 ** Indicators
--- a/citar.el
+++ b/citar.el
@@ -8,7 +8,7 @@
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Version: 1.4.0
 ;; 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.
 ;;
