Variable: org-org-with-cite-processors
org-org-with-cite-processors is a customizable variable defined in
ox-org.el.gz.
Value
nil
Documentation
Non-nil means use citation processors when exporting citations.
This variable was added, or its default value changed, in Org version
9.7.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-org.el.gz
(defcustom org-org-with-cite-processors nil
"Non-nil means use citation processors when exporting citations."
:group 'org-export-org
:type 'boolean
:package-version '(Org . "9.7"))