From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix truncated docstring for org-remember-templates Date: Thu, 15 Apr 2010 20:25:39 -0400 Message-ID: <1271377539-20103-1-git-send-email-bernt@norang.ca> References: <87wrw8a6gw.fsf@gmail.com> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2ZO3-0001IQ-N5 for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 20:26:23 -0400 Received: from [140.186.70.92] (port=34725 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2ZO2-0001GV-Bt for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 20:26:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2ZO0-0002X0-QO for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 20:26:22 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:53121) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2ZO0-0002Wt-OA for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 20:26:20 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1O2ZNz-000LpE-Uz for emacs-orgmode@gnu.org; Fri, 16 Apr 2010 00:26:20 +0000 In-Reply-To: <87wrw8a6gw.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Bernt Hansen --- This patch is available at git://git.norang.ca/org-mode.git for-carsten lisp/org-remember.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 61774e4..1ff4bd3 100644 --- a/lisp/org-remember.el +++ b/lisp/org-remember.el @@ -128,7 +128,7 @@ Furthermore, the following %-escapes will be replaced with content: %T time stamp with date and time %u, %U like the above, but inactive time stamps %^t like %t, but prompt for date. Similarly %^T, %^u, %^U. - You may define a prompt like %^{Please specify birthday + You may define a prompt like %^{Please specify birthday}t %n user name (taken from `user-full-name') %a annotation, normally the link created with org-store-link %i initial content, copied from the active region. If %i is -- 1.7.1.rc1.9.g4553d