X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=sci-id.el;h=f204c384028bdc22f582df6bf9da8f12a57e0372;hb=858ef8a02a6f34145b11a955397fd74a3aa626e9;hp=e29388c2b382cef037a230a3057b487be103530f;hpb=4b6fd70d429fd8d3268bd7ce05a84864af098c74;p=org-ref.git diff --git a/sci-id.el b/sci-id.el index e29388c..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 desc)) + (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)))))