Browse Source

Mention that remember.el comes with Emacs 23, not Emacs 22.

Also slightly rephrase the introductory paragraph.
Bastien Guerry 16 years ago
parent
commit
11cc6e57b3
2 changed files with 16 additions and 9 deletions
  1. 6 0
      doc/ChangeLog
  2. 10 9
      doc/org.texi

+ 6 - 0
doc/ChangeLog

@@ -1,3 +1,9 @@
+2009-07-20  Bastien Guerry  <bzg@altern.org>
+
+	* org.texi (Remember): Small rephrasing of the paragraph
+	describing remember.el.  Also mentioned that remember.el is part
+	of Emacs 23, not Emacs 22.
+
 2009-07-17  Bastien Guerry  <bzg@altern.org>
 
 	* org.texi (Clocking work time): Add documentation about

+ 10 - 9
doc/org.texi

@@ -5591,15 +5591,16 @@ related to a task (@i{attachments}) in a special directory.
 @section Remember
 @cindex @file{remember.el}
 
-The Remember package by John Wiegley lets you store quick notes with
-little interruption of your work flow.  See
-@uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for more
-information.  It is an excellent way to add new notes and tasks to
-Org files.  Org significantly expands the possibilities of
-Remember: You may define templates for different note types, and
-associate target files and headlines with specific templates.  It also
-allows you to select the location where a note should be stored
-interactively, on the fly.
+The Remember package by John Wiegley lets you store quick notes with little
+interruption of your work flow.  It is an excellent way to add new notes and
+tasks to Org files.  The @code{remember.el} package is part of Emacs 23, not
+Emacs 22.  See @uref{http://www.emacswiki.org/cgi-bin/wiki/RememberMode} for
+more information.
+
+Org significantly expands the possibilities of Remember: You may define
+templates for different note types, and associate target files and headlines
+with specific templates.  It also allows you to select the location where a
+note should be stored interactively, on the fly.
 
 @menu
 * Setting up Remember::         Some code for .emacs to get things going