@@ -87,7 +87,7 @@ CONTENTS *orgmode-content
87
87
1.3.4. Closing note mappings...............|orgmode-closing_note_mappings|
88
88
1.3.4.1. org_note_finalize.................|orgmode-org_note_finalize|
89
89
1.3.4.2. org_note_kill.........................|orgmode-org_note_kill|
90
- 1.3.4.3. org_capture_show_help .........|orgmode-org_capture_show_help |
90
+ 1.3.4.3. org_note_show_help ............... |orgmode-org_note_show_help |
91
91
1.3.5. Org mappings.................................|orgmode-org_mappings|
92
92
1.3.5.1. org_refile...............................|orgmode-org_refile|
93
93
1.3.5.2. org_timestamp_up...................|orgmode-org_timestamp_up|
@@ -999,21 +999,20 @@ ORG_NOTE_KILL *orgmode-org_note_kil
999
999
mapped to: `<Leader>ok`
1000
1000
Close note window without saving anything
1001
1001
1002
- ORG_CAPTURE_SHOW_HELP *orgmode-org_capture_show_help *
1002
+ ORG_NOTE_SHOW_HELP *orgmode-org_note_show_help *
1003
1003
1004
1004
mapped to: `g?`
1005
1005
Show help popup with mappings
1006
1006
1007
- These mappings live under `mappings.capture `, and can be changed like this:
1007
+ These mappings live under `mappings.note `, and can be changed like this:
1008
1008
>
1009
1009
require('orgmode').setup({
1010
1010
org_agenda_files = {'~/Dropbox/org/*', '~/my-orgs/**/*'},
1011
1011
org_default_notes_file = '~/Dropbox/org/refile.org',
1012
1012
mappings = {
1013
- capture = {
1014
- org_capture_finalize = '<Leader>w',
1015
- org_capture_refile = 'R',
1016
- org_capture_kill = 'Q'
1013
+ note = {
1014
+ org_note_finalize = '<Leader>w',
1015
+ org_note_kill = 'Q'
1017
1016
}
1018
1017
}
1019
1018
})
0 commit comments