From 107f7d826250fa9a511bebb5ac4c14ace7c5dc90 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Mon, 20 Apr 2015 16:20:19 -0400 Subject: [PATCH] fix export in scopus id export I want the name to show up. --- sci-id.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))) -- 2.39.2