X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=arxiv.el;h=c5548c13c1111474d25951501c9a9d5bd02e27d4;hp=61be27738b85b6c6366c9e1694bb90c2aaf74a86;hb=471e52526e14ad47b0c663fde5799c855703af34;hpb=3480996b9e7f3f24715364833732800497480954 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)))))