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

Initialize/Load the plugin/functions on Vim startup

Open lordspamalot opened this issue 8 years ago • 2 comments

I want to use the orgmode-function OrgAgendaWeek after Vim is started. Unfortunately, the functions are only available to me once I have opened a org file.

Other plugin functions are working after Vim startup.

Is this normal behaviour or am I doing something wrong.

lordspamalot avatar Apr 06 '17 09:04 lordspamalot

Vim-orgmode is currently designed as a filetype plugin, which is loaded after open a certain file type. But I think raised a valid use case for which related functions are bettered loaded upon start time.

On 6 Apr 2017, at 5:50 PM, lordspamalot [email protected] wrote:

I want to use the orgmode-function OrgAgendaWeek after Vim is started. Unfortunately, the functions are only available to me once I have opened a org file.

Other plugin functions are working after Vim startup.

Is this normal behaviour or am I doing something wrong.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Ron89 avatar Apr 06 '17 10:04 Ron89

OK. Thank you. Then I will have to open a org file first.

lordspamalot avatar Apr 06 '17 11:04 lordspamalot