X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=sci-id.el;h=e29388c2b382cef037a230a3057b487be103530f;hp=7f4b880cc7f2a5f43d5e6922889a5375e8c6fde6;hb=c0a019259256ee8189620264893c36f10ab1c672;hpb=86dc3a77fa1927e5115cb8bd86eaac94fa04d258 diff --git a/sci-id.el b/sci-id.el index 7f4b880..e29388c 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 desc)) ((eq format 'html) (format "scopusid:%s" keyword keyword)))))