Hello! Maybe there is typo in orgmode manual: https://orgmode.org/org.html#capture-protocol
> To use this feature, add a bookmark with an arbitrary name, e.g. ‘Org: > capture’ and enter this as ‘Location’: > > javascript:location.href='org-protocol://template=x'+ > '&url='+encodeURIComponent(window.location.href)+ > '&title='+encodeURIComponent(document.title)+ > '&body='+encodeURIComponent(window.getSelection()); This does not work. No "capture" before template letter. Correct bookmark, I think, begins with > javascript:location.href='org-protocol://capture?template=x'+ And this variant works for me. Thanks. -- Agnessa Bukowska