From: John Kitchin Date: Mon, 20 Apr 2015 20:20:19 +0000 (-0400) Subject: fix export in scopus id export X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=107f7d826250fa9a511bebb5ac4c14ace7c5dc90 fix export in scopus id export I want the name to show up. --- 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)))))