]> git.donarmstrong.com Git - org-ref.git/blobdiff - wos.el
fix export in scopus id export
[org-ref.git] / wos.el
diff --git a/wos.el b/wos.el
index e0a321ade65793a140951518c99259fb37664031..b8bbba840d71159f225091dc09f270ea575fea54 100644 (file)
--- a/wos.el
+++ b/wos.el
@@ -25,7 +25,7 @@
 
 ;;; Code:
 (org-add-link-type
- "wos"
+ "wos-search"
  (lambda (path)
    (browse-url
     (format  "http://gateway.webofknowledge.com/gateway/Gateway.cgi?topic=%s&GWVersion=2&SrcApp=WEB&SrcAuth=HSB&DestApp=UA&DestLinkType=GeneralSearchSummary"
@@ -36,7 +36,7 @@
    (format "<a href=\"%s\">%s</a>"
            (format  "http://gateway.webofknowledge.com/gateway/Gateway.cgi?topic=%s&GWVersion=2&SrcApp=WEB&SrcAuth=HSB&DestApp=UA&DestLinkType=GeneralSearchSummary"
              (s-join "+"
-              (split-string path)))
+              (split-string link)))
            (format "wos:%s" link)
            )))