[O] [PATCH] fix bug: org-ascii--unique-links don't call org-element-map with correct number of arguments

2013-10-14 Thread Ryo TAKAISHI
* lisp/ox-ascii.el: org-ascii--unique-links call org-element-map with correct number of arguments. --- lisp/ox-ascii.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el index e0a3fa9..7ad0ee1 100644 --- a/lisp/ox-ascii.el +++

[O] [PATCH] fix bug: org-babel-tangle-file can't limit collected source code block by argument.

2013-03-04 Thread Ryo TAKAISHI
* lisp/ob-tangle.el (org-babel-tangle-collect-blocks): Change argument name collid org-babel-map-src-blocks's variable 'lang'. --- lisp/ob-tangle.el |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el index ef14f22..95433ee 100644 ---

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-02 Thread Ryo Takaishi
to the FSF. Thanks! -- Bastien -- Ryo Takaishi

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

[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

Re: [O] [PATCH] Capture: Expand keyword within %(SEXP) in template

2012-11-05 Thread Ryo TAKAISHI
Hello, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Ryo TAKAISHI ryo.takaish...@gmail.com writes: I create a complete patch for current commit. I've pushed your patch on master (with some documentation tweaks). Thank you for your work. Thank you very much. But, I had forgot

Re: [O] [PATCH] Capture: Expand keyword within %(SEXP) in template

2012-11-04 Thread Ryo TAKAISHI
Nicolas Goaziou n.goaz...@gmail.com writes: The code looks good, although I would have moved the external `mapcar' within the worker function in order to make its purpose clearer. Also, would you mind to provide a docstring for the function? Something along the lines of: Recursively

Re: [O] [PATCH] Capture: Expand keyword within %(SEXP) in template

2012-11-04 Thread Ryo TAKAISHI
2001 From: Ryo TAKAISHI ryo.takaish...@gmail.com Date: Mon, 5 Nov 2012 00:01:08 +0900 Subject: [PATCH] org-capture: Expand keywords within %(sexp) placeholder in template * lisp/org-capture.el: (org-capture--expand-keyword-in-embedded-elisp): New function. (org-capture-expand-embedded-elisp): Use

[O] [PATCH] Capture: Expand keyword within %(SEXP) in template

2012-11-02 Thread Ryo TAKAISHI
within %(SEXP), so funcsion is taken %:keyword's value. For example, when capture template is %(func %:description) and a keyword :description is foobar, func is taken string foobar. Modified from a patch proposal by Ryo TAKAISHI. TINYCHANGE --- lisp/org-capture.el | 10 +- 1 file

Re: [O] [PATCH] Capture: Expand keyword within %(SEXP) in template

2012-11-02 Thread Ryo TAKAISHI
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Thanks for your patch. Here are a few comments about it. Ryo TAKAISHI ryo.takaish...@gmail.com writes: * lisp/org-capture.el: If %(SEXP) has %:keyword, expand it using org-store-link-plist. I want to expand %:description keyword

Re: [O] [PATCH] Capture: Expand keyword within %(SEXP) in template

2012-11-02 Thread Ryo TAKAISHI
Nicolas Goaziou n.goaz...@gmail.com writes: Ryo TAKAISHI ryo.takaish...@gmail.com writes: I did'nt come up with to use it. But %(func %:description) or %(func (plist-get org-store-link-plist :description)), I think the former is readble template than the latter. Probably, but it's also