]> git.donarmstrong.com Git - org-ref.git/commitdiff
another minor tweak of cite express regexp
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Tue, 17 Mar 2015 23:29:12 +0000 (19:29 -0400)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Tue, 17 Mar 2015 23:29:12 +0000 (19:29 -0400)
I found an odd key with / in it. that is covered now.

org-ref.el

index 3fdecfb93874389c334334044cc93d37a8ca8175..248a417f1b7defa3dac79f16480a358210956365 100644 (file)
@@ -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 "\\|") "\\)"
                       (replace-regexp-in-string "\*" "\\\\*" x)
                       )
                     org-ref-cite-types "\\|") "\\)"
-  ":\\([a-zA-Z0-9-_:\\.]*,?\\)*"))
+  ":\\([a-zA-Z0-9-_:\\./]*,?\\)*"))
 
 
 (setq org-ref-label-re
 
 
 (setq org-ref-label-re