Function: org-cite--make-processor
org-cite--make-processor is a byte-compiled function defined in
oc.el.gz.
Signature
(org-cite--make-processor &key NAME ACTIVATE CITE-STYLES EXPORT-BIBLIOGRAPHY EXPORT-CITATION EXPORT-FINALIZER FOLLOW INSERT)
Documentation
Constructor for objects of type org-cite-processor.
Source Code
;; Defined in /usr/src/emacs/lisp/org/oc.el.gz
;;; Citation processors
(cl-defstruct (org-cite-processor (:constructor org-cite--make-processor)
(:copier nil))
(name nil :read-only t)
(activate nil :read-only t)
(cite-styles nil :read-only t)
(export-bibliography nil :read-only t)
(export-citation nil :read-only t)
(export-finalizer nil :read-only t)
(follow nil :read-only t)
(insert nil :read-only t))