Merge branch 'bugfix'

This commit is contained in:
Nicolas Goaziou 2021-10-11 11:39:22 +02:00
commit b5713f4f1b
1 changed files with 1 additions and 1 deletions

View File

@ -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.