diff --git a/lisp/oc.el b/lisp/oc.el index f9883ba49..09884f53f 100644 --- a/lisp/oc.el +++ b/lisp/oc.el @@ -1598,7 +1598,7 @@ The generated function inserts or edit a citation at point. More specifically, (concat "/" style) "")) "") - (mapconcat (lambda (k) (concat "@" k)) keys ";")))))))) + (mapconcat (lambda (k) (concat "@" k)) keys "; ")))))))) (defun org-cite-insert (arg) "Insert a citation at point.