From 48088ad943d71bf13541140b628b2a8aed1d31db Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Tue, 17 Mar 2015 19:29:12 -0400 Subject: [PATCH 1/1] another minor tweak of cite express regexp I found an odd key with / in it. that is covered now. --- org-ref.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ref.el b/org-ref.el index 3fdecfb..248a417 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