hsitz / VimOrganizer

VimOrganizer is partly a clone of Emacs' Org-mode, and partly a front end to Org-mode itself. Do Org in Vim.
http://vimeo.com/31531308
518 stars 67 forks source link

error about use ',dd' #79

Closed ayakira closed 8 years ago

ayakira commented 8 years ago

unknow function: calendar#show

hsitz commented 8 years ago

On Mon, Nov 23, 2015 at 12:57 AM, ayakira notifications@github.com wrote:

unknow function: calendar#show

— Reply to this email directly or view it on GitHub https://github.com/hsitz/VimOrganizer/issues/79.

This error probably means you don't have the calendar.vim plugin installed. You can find it here: http://www.vim.org/scripts/script.php?script_id=52

ayakira commented 8 years ago

thank you hsitz, i get it. i used the calendar.vim on github. so vim report the error. when i use the calendar.vim on http://www.vim.org/scripts/script.php?script_id=52. i work well. thanks again.