Re: [O] [PATCH] org-protocol: Pass optional value using query in url to capture from protocol.

2013-03-03 Thread Ryo TAKAISHI
* lisp/org-protocol.el: (org-protocol-convert-query-to-plist): New function. (org-protocol-do-capture): Use new function. (org-protocol-data-separator): Change default separator. When org-protocol's url has query, org-capture get query using plist-get from store-link. For example: Url is

Re: [O] [PATCH] org-protocol: Pass optional value using query in url to capture from protocol.

2013-03-03 Thread Bastien
Hi Ryo, Ryo TAKAISHI ryo.takaish...@gmail.com writes: * lisp/org-protocol.el: (org-protocol-convert-query-to-plist): New function. (org-protocol-do-capture): Use new function. (org-protocol-data-separator): Change default separator. Applied, thanks a lot! -- Bastien

Re: [O] [PATCH] org-protocol: Pass optional value using query in url to capture from protocol.

2013-03-02 Thread Ryo Takaishi
Hello, Bastien I resend a patch for HEAD of master branch. Thanks, Ryo. --- * lisp/org-protocol.el: (org-protocol-convert-query-to-plist): New function. (org-protocol-do-capture): Use new function. When org-protocol's url has query, org-capture get query using plist-get from store-link. For

Re: [O] [PATCH] org-protocol: Pass optional value using query in url to capture from protocol.

2013-01-01 Thread Ryo TAKAISHI
Hello, Bastien I will to assign my copyright to the FSF. I sent request-assign-future.txt to ass...@gnu.org now. Regards, Ryo Bastien b...@altern.org writes: Hi Ryo, I'm willing to apply this patch but since you already submitted tiny changes we would need to have you sign the FSF

Re: [O] [PATCH] org-protocol: Pass optional value using query in url to capture from protocol.

2012-12-31 Thread Bastien
Hi Ryo, I'm willing to apply this patch but since you already submitted tiny changes we would need to have you sign the FSF copyright assignment. See http://orgmode.org/cgit.cgi/org-mode.git/plain/request-assign-future.txt Let me know if you are willing to assign your copyright to the FSF.

[O] [PATCH] org-protocol: Pass optional value using query in url to capture from protocol.

2012-12-30 Thread Ryo TAKAISHI
* lisp/org-protocol.el: (org-protocol-convert-query-to-plist): New function. (org-protocol-do-capture): Use new function. When org-protocol's url has query, org-capture get query using plist-get from store-link. For example: Url is org-protocol:/capture:/URL/TITLE/BODY?key=value org-capture can