From 951d95f355c40bcfe7a9c4a7c7a64580ac89f6b5 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Wed, 7 Jan 2015 12:09:07 -0500 Subject: [PATCH] add html output --- arxiv.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))))) -- 2.39.2