X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=wos.el;h=b8bbba840d71159f225091dc09f270ea575fea54;hp=e0a321ade65793a140951518c99259fb37664031;hb=4b6fd70d429fd8d3268bd7ce05a84864af098c74;hpb=e620af30a93e5424e5c080c8eedeb85ac2af1567 diff --git a/wos.el b/wos.el index e0a321a..b8bbba8 100644 --- 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 "%s" (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) )))