Hi, Am Mittwoch, den 25. August 2021 um 18:16:15 Uhr (+0200) schrieb Maxim Nikulin: > > Unfortunately you did not specify version of Org you are currently using.
Sorry, it's 9.4.4. > This the old style of Org protocol URI. See > https://orgmode.org/manual/The-capture-protocol.html for an example > of modern variant (it has typos fixed in master branch, some "?" > should be "&"). I am unsure concerning order of parameters in > old-style URLs. Thanks, that helped! In my version the following (which I had tried before following the org manual page you mention) throws an error, as it seems to expect an ampersand after the template name: $ emacsclient org-protocol:/capture?template=m?url=URL&title=TITLE&body=BODY Waiting for Emacs... *ERROR*: No capture template referred to by "m?url" keys This works: emacsclient org-protocol:/capture?template=m&url=URL&title=TITLE&body=BODY Thanks for the hint! If this example is still in the master branch maybe that should get fixed (or the code if it should work with a question mark). Best, Orm