mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
oc: Fix error message
* lisp/oc.el (org-cite-insert): Fix copy-pasta in error message.
This commit is contained in:
parent
17e25c3f14
commit
c83fe001c7
@ -1608,7 +1608,7 @@ ARG is the prefix argument received when calling interactively the function."
|
||||
(let ((name org-cite-insert-processor))
|
||||
(cond
|
||||
((null name)
|
||||
(user-error "No processor set to follow citations"))
|
||||
(user-error "No processor set to insert citations"))
|
||||
((not (org-cite--get-processor name))
|
||||
(user-error "Unknown processor %S" name))
|
||||
((not (org-cite-processor-has-capability-p name 'insert))
|
||||
|
Loading…
Reference in New Issue
Block a user