Variable: org-cite--processors
org-cite--processors is a variable defined in oc.el.gz.
Value
Large value
(#s(org-cite-processor natbib nil
((("author" "a")
("caps" "a")
("full" "f"))
(("noauthor" "na")
("bare" "b"))
(("text" "t")
("bare" "b")
("caps" "c")
("full" "f")
("bare-caps" "bc")
("bare-full" "bf")
("caps-full" "cf")
("bare-caps-full" "bcf"))
(("nil")
("bare" "b")
("caps" "c")
("full" "f")
("bare-caps" "bc")
("bare-full" "bf")
("caps-full" "cf")
("bare-caps-full" "bcf")))
org-cite-natbib-export-bibliography org-cite-natbib-export-citation org-cite-natbib-use-package nil nil)
#s(org-cite-processor csl nil
((("author" "a")
("bare" "b")
("caps" "c")
("full" "f")
("bare-caps" "bc")
("caps-full" "cf")
("bare-caps-full" "bcf"))
(("noauthor" "na")
("bare" "b")
("caps" "c")
("bare-caps" "bc"))
(("year" "y")
("bare" "b"))
(("text" "t")
("caps" "c")
("full" "f")
("caps-full" "cf"))
(("nil")
("bare" "b")
("caps" "c")
("bare-caps" "bc"))
(("nocite" "n"))
(("title" "ti")
("bare" "b"))
(("bibentry" "b")
("bare" "b"))
(("locators" "l")
("bare" "b")))
org-cite-csl-render-bibliography org-cite-csl-render-citation org-cite-csl-finalizer nil nil)
#s(org-cite-processor bibtex nil
((("nocite" "n"))
(("nil")))
org-cite-bibtex-export-bibliography org-cite-bibtex-export-citation nil nil nil)
#s(org-cite-processor biblatex nil org-cite-biblatex-list-styles org-cite-biblatex-export-bibliography org-cite-biblatex-export-citation org-cite-biblatex-prepare-preamble nil nil)
#s(org-cite-processor basic org-cite-basic-activate
((("author" "a")
("caps" "c"))
(("noauthor" "na")
("bare" "b"))
(("nocite" "n"))
(("note" "ft")
("bare-caps" "bc")
("caps" "c"))
(("numeric" "nb"))
(("text" "t")
("bare-caps" "bc")
("caps" "c"))
(("nil")
("bare" "b")
("bare-caps" "bc")
("caps" "c")))
org-cite-basic-export-bibliography org-cite-basic-export-citation nil org-cite-basic-goto
#[514 "\302\303!\211\304=\203\253\305!`AW\205`@V\262\203\245\203%\306!\207\307\310\"\212\311!\2035\312!q\210\212\214~\210\211\206>`b\210\313\314!+S\211`Y\203\201\315\\\300!\211\204Z\316\317!\210\212\311!\203f\312!q\210\212\214~\210\206o`b\210|\210\320!\205\321\261+\207\322!\323\301\324!P`\307\325\n\"W\203\232\326@\"\207\327\330!@\262\"\207\301\300#\207\211\331=\204\267\301\300#\207\203\277\306!\207\332!\211\242\243\323\301\324!\206\320\316\317!P`Y\203\335\326 \"\207`X\203\351\327 \"\207\212\311!\203\365\312!q\210\212\214~\210\206\376`b\210|\210\211c+\207"
[org-cite-basic--complete-style org-cite-basic--complete-key
#[771 "\300!\211\204\301\302!\210\303\304\203(\305!!\306!\203\"\307P\202#\310\262\202)\310\311\312\313##c\207"
[t user-error "Aborted" format "[cite%s:%s]" org-cite--keys-to-citation org-string-nw-p "/" "" mapconcat
#[257 "\300P\207"
["@"]
3 "\n\n(fn K)"]
"; "]
11 "\n\n(fn SELECT-KEY SELECT-STYLE ARG)"]
org-element-type citation org-cite-boundaries org-cite-delete-citation org-element-property :begin markerp marker-buffer search-forward ":" 5 user-error "Aborted" org-string-nw-p "/" org-cite-get-references "@" nil :contents-begin org-cite--insert-string-before org-cite--insert-string-after last citation-reference org-cite-key-boundaries]
13 "\n\n(fn CONTEXT ARG)"]))
Documentation
List of registered citation processors.
See org-cite-register-processor for more information about
processors.
Source Code
;; Defined in /usr/src/emacs/lisp/org/oc.el.gz
(defvar org-cite--processors nil
"List of registered citation processors.
See `org-cite-register-processor' for more information about
processors.")