From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory@dynapse.com (Gregory J. Grubbs) Subject: [PATCH] Minor documentation patch Date: Thu, 27 Aug 2009 11:40:22 -0600 Message-ID: <87d46hrw8p.fsf@dynapse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mgixs-0007fX-4v for emacs-orgmode@gnu.org; Thu, 27 Aug 2009 13:40:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mgixn-0007cS-GZ for emacs-orgmode@gnu.org; Thu, 27 Aug 2009 13:40:47 -0400 Received: from [199.232.76.173] (port=34682 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mgixn-0007cM-Cf for emacs-orgmode@gnu.org; Thu, 27 Aug 2009 13:40:43 -0400 Received: from lo.gmane.org ([80.91.229.12]:40109) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mgixm-0004mg-Q2 for emacs-orgmode@gnu.org; Thu, 27 Aug 2009 13:40:43 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mgixh-0005NL-Sx for emacs-orgmode@gnu.org; Thu, 27 Aug 2009 19:40:37 +0200 Received: from 72.42.83.224 ([72.42.83.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2009 19:40:37 +0200 Received: from gregory by 72.42.83.224 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Aug 2009 19:40:37 +0200 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 When wrestling with org-remember, I got stuck on %i: I thought it would display content, then create an active region ... org-version: "Org-mode version 6.29trans (release_6.29c.86.gfa36.dirty)" diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 5cfb217..191b678 100644 --- a/lisp/org-remember.el +++ b/lisp/org-remember.el @@ -130,8 +130,8 @@ Furthermore, the following %-escapes will be replaced with content: You may define a prompt like %^{Please specify birthday %n user name (taken from `user-full-name') %a annotation, normally the link created with org-store-link - %i initial content, the region active. If %i is indented, - the entire inserted text will be indented as well. + %i initial content, copied from the active region. If %i is + indented, the entire inserted text will be indented as well. %c current kill ring head %x content of the X clipboard %^C Interactive selection of which kill or clip to use