diff --git a/org-protocol.el b/org-protocol.el index 4ca81ad..2ae87bc 100644 --- a/org-protocol.el +++ b/org-protocol.el @@ -345,6 +345,7 @@ Now template ?b will be used." (cons (list url title) org-stored-links)) ;; FIXME can't access %a in the template -- how to set annotation? (raise-frame) + (kill-new title) (kill-new orglink) (set-buffer b) (insert region)