mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
oc: Add org-cite-processor function
* lisp/oc.el (org-cite-processor): As a counterpart to the other cite information accessor functions, add `org-cite-processor`.
This commit is contained in:
parent
663e200f54
commit
02ae908b03
@ -838,6 +838,11 @@ tokens. Spurious spaces are ignored."
|
||||
s))
|
||||
(nreverse result))))
|
||||
|
||||
(defun org-cite-processor (info)
|
||||
"Return expected citation/bibliography processor.
|
||||
INFO is a plist used as a communication channel."
|
||||
(car (plist-get info :cite-export)))
|
||||
|
||||
(defun org-cite-bibliography-style (info)
|
||||
"Return expected bibliography style.
|
||||
INFO is a plist used as a communication channel."
|
||||
|
Loading…
Reference in New Issue
Block a user