]> git.donarmstrong.com Git - org-ref.git/commitdiff
fix export in scopus id export
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Mon, 20 Apr 2015 20:20:19 +0000 (16:20 -0400)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Mon, 20 Apr 2015 20:20:19 +0000 (16:20 -0400)
I want the name to show up.

sci-id.el

index 7f4b880cc7f2a5f43d5e6922889a5375e8c6fde6..e29388c2b382cef037a230a3057b487be103530f 100644 (file)
--- 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 "<a href=\"http://www.scopus.com/authid/detail.url?origin=AuthorProfile&authorId=%s\">scopusid:%s</a>" keyword keyword)))))