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.12k stars 267 forks source link

E117: Unknown function: <SNR>69_ReadTodoKeywords #379

Open athanassis opened 2 years ago

athanassis commented 2 years ago

Hi, I have installed vim-orgmode with pathogen and python 3.10.7. I get this message for the unknown function ReadTodoKeywords. The function seems to be used or defined in these files:

thanos@win10-ubuntu:/mnt/c/Users/adamis/vimfiles $ grep -ril ReadTodoKeywords * bundle/vim-orgmode/syntax/org.vim bundle/vim-orgmode/syntax/orgagenda.vim bundle/vim-orgmode/syntax/orgtodo.vim pack/git-plugins/start/vim-orgmode/syntax/org.vim pack/git-plugins/start/vim-orgmode/syntax/orgagenda.vim pack/git-plugins/start/vim-orgmode/syntax/orgtodo.vim

Any pointers what could be the problem?