branch: externals-release/org commit 009900d7fa149f4548a726260d1a6e6ac98c8ba7 Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>
oc: Add autoload cookie for `org-cite-insert' * lisp/oc.el (org-cite-insert): Autoload function. --- lisp/oc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/oc.el b/lisp/oc.el index 071a6e3..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'.