Re: [PATCH] org-protocol: Fix missing '+' in js snippet

2021-05-08 Thread David Asabina
> Thank you. However on linux there is another degree of freedom: various > desktop environments can be different in respect to treatment of URLs before > passing them to protocol handlers. I have tried KDE and a kind of > minimalistic setup inside container (xdg-utils) so far. Anyway it is good to

Re: [PATCH] org-protocol: Fix missing '+' in js snippet

2021-05-02 Thread Maxim Nikulin
On 30/04/2021 14:21, Bastien wrote: Maxim Nikulin writes: On 28/04/2021 12:40, Bastien wrote: Would you like to volunteer as the maintainer for org-protocol.el? For now org-protocol.el indicates that Sebastian Rose, the original author, is the maintainer, but I don't think he would mind handin

Re: [PATCH] org-protocol: Fix missing '+' in js snippet

2021-04-30 Thread Bastien
Hi Maxim, Maxim Nikulin writes: > On 28/04/2021 12:40, you wrote: >> Hi Maxim, >> Would you like to volunteer as the maintainer for org-protocol.el? >> For now org-protocol.el indicates that Sebastian Rose, the original >> author, is the maintainer, but I don't think he would mind handing it >>

Re: [PATCH] org-protocol: Fix missing '+' in js snippet

2021-04-28 Thread Maxim Nikulin
Hi Bastien. On 28/04/2021 12:40, you wrote: Hi Maxim, Would you like to volunteer as the maintainer for org-protocol.el? For now org-protocol.el indicates that Sebastian Rose, the original author, is the maintainer, but I don't think he would mind handing it to someone else. I am proud to ge

Re: [PATCH] org-protocol: Fix missing '+' in js snippet

2021-04-27 Thread Bastien
Hi Maxim, Maxim Nikulin writes: > On 19/04/2021 17:53, David Asabina wrote: >> javascript:location.href = >> \\='org-protocol://capture?url=\\='+ \\ >> -encodeURIComponent(location.href) + \\='&title=\\=' \\ >> +encodeURIComponent(location.href) + \\='&title=\\=' + \\ >>

Re: [PATCH] org-protocol: Fix missing '+' in js snippet

2021-04-27 Thread Bastien
Applied, thanks a lot. David Asabina writes: > * org-protocol (org-protocol-capture): Add missing plus-sign to > javascript snippet to allow readers of the doc string to use example > snippet with minimal edits.

Re: [PATCH] org-protocol: Fix missing '+' in js snippet

2021-04-23 Thread Maxim Nikulin
On 19/04/2021 17:53, David Asabina wrote: javascript:location.href = \\='org-protocol://capture?url=\\='+ \\ -encodeURIComponent(location.href) + \\='&title=\\=' \\ +encodeURIComponent(location.href) + \\='&title=\\=' + \\ encodeURIComponent(document.title) + \\='

[PATCH] org-protocol: Fix missing '+' in js snippet

2021-04-19 Thread David Asabina
* org-protocol (org-protocol-capture): Add missing plus-sign to javascript snippet to allow readers of the doc string to use example snippet with minimal edits. TINYCHANGE --- lisp/org-protocol.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-protocol.el b/lisp/org-