X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=fcdd9f4d5c7c953aa38e0c63ef99d335a7194b81;hp=acb7083e3ceff81a814b5b7d821fc76a7db643ad;hb=e2d59f11515f2879bdc2675528b74fbb9b802bea;hpb=c0ff9d26c2e5cf62ade93852e7eb8a0f081bf028 diff --git a/elpher.el b/elpher.el index acb7083..fcdd9f4 100644 --- a/elpher.el +++ b/elpher.el @@ -654,7 +654,7 @@ If ADDRESS is not supplied or nil the record is rendered as an (insert string) (goto-char (point-min)) (while (re-search-forward elpher-url-regex nil t) - (let ((node (elpher-make-node (match-string 0) + (let ((node (elpher-make-node (substring-no-properties (match-string 0)) (elpher-address-from-url (match-string 0))))) (make-text-button (match-beginning 0) (match-end 0)