Sorry, my mistake. >>>org-protocol://store-link?url=foo&title=bar<<< works.
Am Di., 1. Aug. 2023 um 15:38 Uhr schrieb Michael Dauer <
mick.da...@gmail.com>:
> Just look at the first examples, which are 1-to-1 copied from org-protocol
> code/documentation.
>
> org-protocol://store-link?url=foo&tit
Just look at the first examples, which are 1-to-1 copied from org-protocol
code/documentation.
org-protocol://store-link?url=foo&title=bar
is not working. And this is exactly what store-link is for.
Am Di., 1. Aug. 2023 um 14:01 Uhr schrieb Ihor Radchenko <
yanta...@posteo.net>:
> Michael Dauer
Michael Dauer writes:
> emacsclient "org-protocol://store-link?url=http:123&title=t: w: q&a - r-s
> (a)"
> shows *ERROR*: Wrong type argument: arrayp, nil
>
> IMO the last example is a fully plausible link. I actually need it to
> create a link which then calsl e.g. the outlook protocol.
"&" in
Org mode version 9.7-pre (release_9.6.4-327-gf81ba4
org-protocol://store-link?url=http:%2F%2Flocalhost%2Findex.html&title=The%20title
stores http://localhost/index.html
org-protocol://store-link?url=val&key2=val2
stores val
org-protocol://store-link?url=val?key2=val2
stores val?key2
org-protoco