emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 8799422: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 8799422: Merge branch 'bugfix'
Date: Wed, 13 Oct 2021 16:57:32 -0400 (EDT)

branch: externals/org
commit 8799422a32e495ca066f2fe07221056d775bb96d
Merge: 2b1fc6b 009900d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Merge branch 'bugfix'
---
 lisp/oc.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/oc.el b/lisp/oc.el
index 09884f5..dcda8d7 100644
--- a/lisp/oc.el
+++ b/lisp/oc.el
@@ -1600,6 +1600,7 @@ The generated function inserts or edit a citation at 
point.  More specifically,
                     "")
                   (mapconcat (lambda (k) (concat "@" k)) keys "; "))))))))
 
+;;;###autoload
 (defun org-cite-insert (arg)
   "Insert a citation at point.
 Insertion is done according to the processor set in 
`org-cite-insert-processor'.
@@ -1608,7 +1609,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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]