From 9e004c0e939c7bcbec2495f9ec7205d6fcdccc87 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Tue, 14 Apr 2015 16:14:32 -0400 Subject: [PATCH] make label export as a div with id for html. --- org-ref.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ref.el b/org-ref.el index 9f02da8..0356e1f 100644 --- a/org-ref.el +++ b/org-ref.el @@ -974,7 +974,7 @@ ARG does nothing." (org-ref-count-labels label)))) (lambda (keyword desc format) (cond - ((eq format 'html) (format "()" keyword)) + ((eq format 'html) (format "
" keyword)) ((eq format 'latex) (format "\\label{%s}" keyword))))) -- 2.39.2