Nicolas Goaziou writes on Tue 21 Aug 2018 20:13:
> > Now, I visit a file which contains only
> >
> >* head
> >foo[fn:1] bar
> >* Footnotes
> >
> >[fn:1] tnote
> >
> > If the cursor is anywhere within the 1st instance of '[fn:1] ' (that
> > is, including the space) and I t
Hello -
I'm struggling with org-protocol capturing text when it includes the symbol &.
Here's an example of what I'm sending:
emacsclient "org-protocol://capture?url=foo.com&title=bar&body=foobar&foobar2"
but the foobar2 doesn't get captured because of the &. Escaping it doesn't seem
to help.