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

error processing ftplugin #254

Closed dapello closed 7 years ago

dapello commented 7 years ago

Hello, I'm running Arch Linux and I've installed vim-orgmode using

$ orgmode.vba
    :so %

When I try to open a .org file I get:

Error detected while processing ~/.vim/plugged/vim-orgmode/ftplugin/org.vim:
line   45:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'ORGMODE' is not defined
Error detected while processing ~/.vim/plugged/vim-orgmode/syntax/org.vim:
line  227:
E117: Unknown function: <SNR>51_ReadTodoKeywords

any help would be appreciated!

jceb commented 7 years ago

Python isn't set up properly if ORGMODE is missing. Please make sure that :py print "test" works fine.