emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ryo TAKAISHI
Subject: Re: [O] [PATCH] Capture: Expand keyword within %(SEXP) in template
Date: Mon, 05 Nov 2012 21:34:45 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Hello,

Nicolas Goaziou <address@hidden> writes:

> Hello,
>
> Ryo TAKAISHI <address@hidden> 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 to escape double quote in docstring, so attach patch
fixing it.

> Also, please consider signing FSF papers if you want to make other
> contributions to Org.

OK, I want to consider when I send a patch next time.

Regards,
Ryo

>From dacf4ef0677f80cfc589bf5014ca71dfdd2dc3d4 Mon Sep 17 00:00:00 2001
From: Ryo TAKAISHI <address@hidden>
Date: Mon, 5 Nov 2012 21:20:14 +0900
Subject: [PATCH] org-capture: Fix a docstring

* lisp/org-capture.el: Fix a docstring.

TINYCHANGE
---
 lisp/org-capture.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 695c5eb..ccdb0c1 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -1631,7 +1631,7 @@ The template may still contain \"%?\" for cursor 
positioning."
 
 (defun org-capture--expand-keyword-in-embedded-elisp (attr)
   "Recursively replace capture link keywords in ATTR sexp.
-Such keywords are prefixed with "%:".  See `org-capture-template'
+Such keywords are prefixed with '%:'.  See `org-capture-template'
 for more information."
   (cond ((consp attr)
         (mapcar 'org-capture--expand-keyword-in-embedded-elisp attr))
-- 
1.7.9.5


reply via email to

[Prev in Thread] Current Thread [Next in Thread]