From: John Kitchin Date: Wed, 7 Jan 2015 17:09:07 +0000 (-0500) Subject: add html output X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=951d95f355c40bcfe7a9c4a7c7a64580ac89f6b5 add html output --- diff --git a/arxiv.el b/arxiv.el index 61be277..c5548c1 100644 --- a/arxiv.el +++ b/arxiv.el @@ -5,7 +5,8 @@ ;; formatting (lambda (keyword desc format) (cond - ((eq format 'html) (format "")); no output for html + ((eq format 'html) + (format "arxiv:%s" keyword keyword)) ((eq format 'latex) ;; write out the latex command (format "\\url{http://arxiv.org/abs/%s}" keyword)))))