From 0de59acd7db2b3b31967cbd78dceb1ef41cab1b1 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Wed, 28 Jan 2015 17:06:20 -0500 Subject: [PATCH] fix typo --- org-ref.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ref.org b/org-ref.org index b874625..e963a94 100644 --- a/org-ref.org +++ b/org-ref.org @@ -1961,7 +1961,7 @@ We will want to generate formatting functions for each citation type. The reason (format "[%s]" (mapconcat (lambda (key) (concat "@" key)) - (org-ref-split-and-strip-string keyword) "," + (org-ref-split-and-strip-string keyword) "; ")))))))) #+END_SRC -- 2.39.2