vim-orgmode icon indicating copy to clipboard operation
vim-orgmode copied to clipboard

Silence "Speeddating plugin not installed"

Open rgrinberg opened this issue 10 years ago • 3 comments

I'm not interested in this plugin or the integration vim-orgmode provides with it. Is it possible to disable this message somehow?

rgrinberg avatar Nov 16 '15 21:11 rgrinberg

No, currently it's not possible to disable the message. Try to define the commands :SpeedDatingFormat and :1SpeedDatingFormat and let them accept arbitrary arguments. This should silence the warning.

jceb avatar Dec 18 '15 15:12 jceb

I would also be interested in this :)

But I am very glad that this plugin exists. Org mode is what moved me from Vim to Emacs originally!

andyleejordan avatar Dec 21 '15 21:12 andyleejordan

Example which can be put in vimrc to silence warnings:

command -nargs=* -range SpeedDatingFormat

chrahunt avatar Feb 18 '18 16:02 chrahunt