emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [PATCH] Minor documentation patch


From: Gregory J. Grubbs
Subject: [Orgmode] [PATCH] Minor documentation patch
Date: Thu, 27 Aug 2009 11:40:22 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

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





reply via email to

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