From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Minor documentation patch Date: Fri, 28 Aug 2009 10:05:21 +0200 Message-ID: <0FAC747F-B0F6-4C33-A8D8-506CA4A80F95@gmail.com> References: <87d46hrw8p.fsf@dynapse.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgwSn-0007em-Lo for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 04:05:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgwSi-0007cm-0F for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 04:05:37 -0400 Received: from [199.232.76.173] (port=58707 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgwSh-0007cj-P9 for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 04:05:31 -0400 Received: from ey-out-1920.google.com ([74.125.78.147]:13973) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgwSf-0002Aa-1V for emacs-orgmode@gnu.org; Fri, 28 Aug 2009 04:05:31 -0400 Received: by ey-out-1920.google.com with SMTP id 3so397515eyh.34 for ; Fri, 28 Aug 2009 01:05:24 -0700 (PDT) In-Reply-To: <87d46hrw8p.fsf@dynapse.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: "Gregory J. Grubbs" Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On Aug 27, 2009, at 7:40 PM, Gregory J. Grubbs wrote: > > 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 > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode