Skip to content

Commit

Permalink
fix to org menu to reflect that CaptureBuffer is now autoloaded in or…
Browse files Browse the repository at this point in the history
…g#CaptureBuffer()
  • Loading branch information
hsitz committed Dec 15, 2011
1 parent 7f4d09f commit d488b15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ftplugin/org.vim
Original file line number Diff line number Diff line change
Expand Up @@ -6636,6 +6636,7 @@ function! s:SaveAgendaFiles(save)
endif
:bw
delcommand W
call org#RestoreLocation()
endfunction
"function! s:CycleAgendaFiles()
" let i = 0
Expand Down Expand Up @@ -8332,7 +8333,7 @@ amenu &Org.-Sep5- :
amenu &Org.Narro&w.Outline\ &Subtree<tab>,ns :call NarrowCodeBlock(line('.'))<cr>
amenu &Org.Narro&w.&Code\ Block<tab>,nc :call NarrowCodeBlock(line('.'))<cr>
amenu &Org.-Sep6- :
amenu &Org.Open\ Capture\ Buffer :call {sid}CaptureBuffer()<cr>
amenu &Org.Open\ Capture\ Buffer :call org#CaptureBuffer()<cr>
amenu &Org.-Sep7- :
amenu &Org.Export/Publish\ w/Emacs :call OrgExportDashboard()<cr>
amenu &Org.-Sep8- :
Expand Down

0 comments on commit d488b15

Please sign in to comment.