jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

Initialize/Load the plugin/functions on Vim startup #271

Open lordspamalot opened 7 years ago

lordspamalot commented 7 years ago

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.

Ron89 commented 7 years ago

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 notifications@github.com 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.

lordspamalot commented 7 years ago

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