From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Tiny correction on documentation (org-capture template expansion) Date: Sat, 11 Apr 2015 13:48:09 +0200 Message-ID: <87a8yesx6u.fsf@nicolasgoaziou.fr> References: <87y4lzc6ej.fsf@unil.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgtsD-0001Gw-0p for emacs-orgmode@gnu.org; Sat, 11 Apr 2015 07:46:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgtsC-00011J-4Z for emacs-orgmode@gnu.org; Sat, 11 Apr 2015 07:46:52 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:40050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgtsB-0000z5-VR for emacs-orgmode@gnu.org; Sat, 11 Apr 2015 07:46:52 -0400 In-Reply-To: <87y4lzc6ej.fsf@unil.ch> (=?utf-8?Q?=22Fran=C3=A7ois?= Allisson"'s message of "Sat, 11 Apr 2015 12:15:03 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?utf-8?Q?Fran=C3=A7ois?= Allisson Cc: Org mode Hello, Fran=C3=A7ois Allisson writes: > I couldn't make use of one of the template expansion, and I found that > a backslash was missing in the documentation, and now everything works > as expected. This: > > %\n Insert the text entered at the nth %^{prompt}, where n is > a number, starting from 1. > > should read like this > > %\\n Insert the text entered at the nth %^{prompt}, where n is > a number, starting from 1. > > I attached a patch, Applied. Thank you. Regards, --=20 Nicolas Goaziou