From 8338811af327b36fb8bbae8e018204e0800963a4 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Fri, 15 Jan 2016 15:02:02 -0500 Subject: [PATCH] remove newglossaryentry link definition it goes in the preamble, so it doesn't work as a link/ --- org-ref.el | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/org-ref.el b/org-ref.el index 09cfe38c..73c3f2b9 100644 --- a/org-ref.el +++ b/org-ref.el @@ -2454,17 +2454,9 @@ PATH is required for the org-link, but it does nothing here." ((eq format 'latex) (format "\\printindex"))))) -;;** Glossary link -(org-add-link-type - "newglossaryentry" - nil ;; no follow action - (lambda (path desc format) - (cond - ((eq format 'latex) - (format "\\newglossaryentry{%s}{%s}" path desc))))) - +;;** Glossary links -;; link to entry +;; link to glossary entry (org-add-link-type "gls" nil ;; no follow action