From: John Kitchin Date: Thu, 2 Apr 2015 15:31:39 +0000 (-0400) Subject: make html export for links be to a div id. X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=5d9b13dc9c509e506a989e31aa14197c6566ced5 make html export for links be to a div id. --- diff --git a/org-ref.el b/org-ref.el index 080fa5e..4a87969 100644 --- a/org-ref.el +++ b/org-ref.el @@ -1051,7 +1051,7 @@ ARG does nothing." ;formatting (lambda (keyword desc format) (cond - ((eq format 'html) (format "(%s)" keyword)) + ((eq format 'html) (format "%s" keyword keyword)) ((eq format 'latex) (format "\\ref{%s}" keyword)))))