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

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

[elpa] externals/org b5713f4 2/2: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org b5713f4 2/2: Merge branch 'bugfix'
Date: Mon, 11 Oct 2021 05:57:22 -0400 (EDT)

branch: externals/org
commit b5713f4f1b7c7ca7da3c45cb5a580d4bc8665b4c
Merge: 880d4fa 18dca34
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

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

diff --git a/lisp/oc.el b/lisp/oc.el
index f9883ba..09884f5 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.



reply via email to

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