Explorar el Código

Merge branch 'bugfix'

Nicolas Goaziou hace 4 años
padre
commit
b5713f4f1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lisp/oc.el

+ 1 - 1
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.