From: John Kitchin Date: Tue, 14 Apr 2015 20:14:32 +0000 (-0400) Subject: make label export as a div with id for html. X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=9e004c0e939c7bcbec2495f9ec7205d6fcdccc87;ds=sidebyside make label export as a div with id for html. --- 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)))))