Mention that remember.el comes with Emacs 23, not Emacs 22.
Also slightly rephrase the introductory paragraph.
This commit is contained in:
parent
e17368ca76
commit
11cc6e57b3
|
@ -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
|
||||
|
|
19
doc/org.texi
19
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
|
||||
|
|
Loading…
Reference in New Issue