From: John Kitchin Date: Tue, 17 Mar 2015 23:29:12 +0000 (-0400) Subject: another minor tweak of cite express regexp X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=48088ad943d71bf13541140b628b2a8aed1d31db;hp=e8e9831beeb3f43fcf57483f8fd4efc63deb1261 another minor tweak of cite express regexp I found an odd key with / in it. that is covered now. --- 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