From d25e6dc1a7148a4d8d35c97e5032f68fb3922a01 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Tue, 17 Mar 2015 15:47:02 -0400 Subject: [PATCH] adjusted cite link re to fix issue #23 https://github.com/jkitchin/org-ref/issues/23 --- org-ref.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ref.el b/org-ref.el index ac6422a..fefd831 100644 --- a/org-ref.el +++ b/org-ref.el @@ -326,7 +326,7 @@ You will see a message in the minibuffer when on a cite, ref or label link." (replace-regexp-in-string "\*" "\\\\*" x) ) org-ref-cite-types "\\|") "\\)" - ":\\([a-zA-Z0-9-_:]*,?\\)*")) + ":\\([a-zA-Z0-9-_:\\.]*,?\\)*")) (setq org-ref-label-re -- 2.39.2