@@ -87,7 +87,7 @@ CONTENTS *orgmode-content
8787 1.3.4. Closing note mappings...............|orgmode-closing_note_mappings|
8888 1.3.4.1. org_note_finalize.................|orgmode-org_note_finalize|
8989 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 |
9191 1.3.5. Org mappings.................................|orgmode-org_mappings|
9292 1.3.5.1. org_refile...............................|orgmode-org_refile|
9393 1.3.5.2. org_timestamp_up...................|orgmode-org_timestamp_up|
@@ -999,21 +999,20 @@ ORG_NOTE_KILL *orgmode-org_note_kil
999999mapped to: `<Leader>ok`
10001000Close note window without saving anything
10011001
1002- ORG_CAPTURE_SHOW_HELP *orgmode-org_capture_show_help *
1002+ ORG_NOTE_SHOW_HELP *orgmode-org_note_show_help *
10031003
10041004mapped to: `g?`
10051005Show help popup with mappings
10061006
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:
10081008>
10091009 require('orgmode').setup({
10101010 org_agenda_files = {'~/Dropbox/org/*', '~/my-orgs/**/*'},
10111011 org_default_notes_file = '~/Dropbox/org/refile.org',
10121012 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'
10171016 }
10181017 }
10191018 })
0 commit comments