From 2e9a984b86534dc777b8099e628620afdc44f2a3 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Sun, 15 Mar 2015 14:43:28 -0400 Subject: [PATCH] slight modification of re link regexp to include eqref --- org-ref.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-ref.el b/org-ref.el index 27d04f8..939b8ee 100644 --- a/org-ref.el +++ b/org-ref.el @@ -334,7 +334,7 @@ You will see a message in the minibuffer when on a cite, ref or label link." (setq org-ref-ref-re - "ref:\\([a-zA-Z0-9-_:]*,?\\)*") + "\\(eq\\)?ref:\\([a-zA-Z0-9-_:]*,?\\)*") (defface org-ref-cite-face @@ -1753,7 +1753,7 @@ get a lot of options. LINK-STRING is used by the link function." choice 2)))))) -;; ** Generation of the cite links +;; *** Generation of the cite links (defmacro org-ref-make-completion-function (type) "Macro to make a link completion function for a link of TYPE." `(defun ,(intern (format "org-%s-complete-link" type)) (&optional arg) -- 2.39.2