X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=sci-id.el;h=f204c384028bdc22f582df6bf9da8f12a57e0372;hp=7f4b880cc7f2a5f43d5e6922889a5375e8c6fde6;hb=207fcf23c1330708746fdc8ea2f9af55114b0c3c;hpb=95898732eda8a114e1aa5a06940293a1e00ce2ae 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)))))