Refine the section title: "Setting up Remember for Org"
Otherwise it sounds like a section on how to set up Remember generally, not only for Org.
This commit is contained in:
parent
3d4e59df4d
commit
0859d42afc
10
doc/org.texi
10
doc/org.texi
|
@ -258,7 +258,7 @@ Capture
|
||||||
|
|
||||||
Remember
|
Remember
|
||||||
|
|
||||||
* Setting up Remember:: Some code for .emacs to get things going
|
* Setting up Remember for Org:: Some code for .emacs to get things going
|
||||||
* Remember templates:: Define the outline of different note types
|
* Remember templates:: Define the outline of different note types
|
||||||
* Storing notes:: Directly get the note to where it belongs
|
* Storing notes:: Directly get the note to where it belongs
|
||||||
* Refiling notes:: Moving a note or task to a project
|
* Refiling notes:: Moving a note or task to a project
|
||||||
|
@ -5604,14 +5604,14 @@ with specific templates. It also allows you to select the location where a
|
||||||
note should be stored interactively, on the fly.
|
note should be stored interactively, on the fly.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Setting up Remember:: Some code for .emacs to get things going
|
* Setting up Remember for Org::
|
||||||
* Remember templates:: Define the outline of different note types
|
* Remember templates:: Define the outline of different note types
|
||||||
* Storing notes:: Directly get the note to where it belongs
|
* Storing notes:: Directly get the note to where it belongs
|
||||||
* Refiling notes:: Moving a note or task to a project
|
* Refiling notes:: Moving a note or task to a project
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Setting up Remember, Remember templates, Remember, Remember
|
@node Setting up Remember for Org, Remember templates, Remember, Remember
|
||||||
@subsection Setting up Remember
|
@subsection Setting up Remember for Org
|
||||||
|
|
||||||
The following customization will tell Remember to use Org files as
|
The following customization will tell Remember to use Org files as
|
||||||
target, and to create annotations compatible with Org links.
|
target, and to create annotations compatible with Org links.
|
||||||
|
@ -5645,7 +5645,7 @@ using the @kbd{k r} key combination. With this access, any timestamps
|
||||||
inserted by the selected Remember template (see below) will default to
|
inserted by the selected Remember template (see below) will default to
|
||||||
the cursor date in the agenda, rather than to the current date.
|
the cursor date in the agenda, rather than to the current date.
|
||||||
|
|
||||||
@node Remember templates, Storing notes, Setting up Remember, Remember
|
@node Remember templates, Storing notes, Setting up Remember for Org, Remember
|
||||||
@subsection Remember templates
|
@subsection Remember templates
|
||||||
@cindex templates, for Remember
|
@cindex templates, for Remember
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue