Function: org-cite-processor-insert
org-cite-processor-insert is a byte-compiled function defined in
oc.el.gz.
Signature
(org-cite-processor-insert org-cite-processor-insert X)
Documentation
Access slot "insert" of org-cite-processor struct X.
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))