org.texi (Capture): Mention that org-remember.el is not supported anymore

* org.texi (Capture): Mention that org-remember.el is not
supported anymore.
This commit is contained in:
Bastien Guerry 2013-02-22 11:52:19 +01:00
parent 65399674d5
commit 4e9dbf1d02
1 changed files with 10 additions and 13 deletions

View File

@ -6557,25 +6557,22 @@ trees to an archive file keeps the system compact and fast.
@section Capture @section Capture
@cindex capture @cindex capture
Org's method for capturing new items is heavily inspired by John Wiegley Capture lets you quickly store notes with little interruption of your work
excellent remember package. Up to version 6.36 Org used a special setup flow. Org's method for capturing new items is heavily inspired by John
for @file{remember.el}. @file{org-remember.el} is still part of Org mode for Wiegley excellent @code{remember.el} package. Up to version 6.36, Org
backward compatibility with existing setups. You can find the documentation used a special setup for @file{remember.el}, then replaced it with
for org-remember at @url{http://orgmode.org/org-remember.pdf}. @file{org-remember.el}. As of version 8.0, @file{org-remember.el} has
been completely replaced by @file{org-capture.el}.
The new capturing setup described here is preferred and should be used by new If your configuration depends on @fite{org-remember.el}, you need to update
users. To convert your @code{org-remember-templates}, run the command it and use the setup described below. To convert your
@code{org-remember-templates}, run the command
@example @example
@kbd{M-x org-capture-import-remember-templates @key{RET}} @kbd{M-x org-capture-import-remember-templates @key{RET}}
@end example @end example
@noindent and then customize the new variable with @kbd{M-x @noindent and then customize the new variable with @kbd{M-x
customize-variable org-capture-templates}, check the result, and save the customize-variable org-capture-templates}, check the result, and save the
customization. You can then use both remember and capture until customization.
you are familiar with the new mechanism.
Capture lets you quickly store notes with little interruption of your work
flow. The basic process of capturing is very similar to remember, but Org
does enhance it with templates and more.
@menu @menu
* Setting up capture:: Where notes will be stored * Setting up capture:: Where notes will be stored