X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=sci-id.el;h=f204c384028bdc22f582df6bf9da8f12a57e0372;hb=858ef8a02a6f34145b11a955397fd74a3aa626e9;hp=7f4b880cc7f2a5f43d5e6922889a5375e8c6fde6;hpb=95898732eda8a114e1aa5a06940293a1e00ce2ae;p=org-ref.git diff --git a/sci-id.el b/sci-id.el index 7f4b880..f204c38 100644 --- a/sci-id.el +++ b/sci-id.el @@ -59,7 +59,7 @@ (lambda (keyword desc format) (cond ((eq format 'latex) - (format "\\href{http://www.scopus.com/authid/detail.url\\?origin=AuthorProfile&authorId=%s}{%s}" keyword keyword)) + (format "\\href{http://www.scopus.com/authid/detail.url?origin=AuthorProfile&authorId=%s}{%s}" keyword (or desc keyword))) ((eq format 'html) (format "scopusid:%s" keyword keyword)))))