You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E5108: Error executing lua /root/.vim/plugged/orgmode/lua/orgmode/utils/validator.lua:16: handler: expected table: 0x7f83f1e47830, got string (lua require("orgmode").action("agenda.prompt"))
stack traceback:
[C]: in function 'error'
vim/shared.lua: in function 'validate'
/root/.vim/plugged/orgmode/lua/orgmode/utils/validator.lua:16: in function 'validate'
...lugged/orgmode/lua/orgmode/config/mappings/map_entry.lua:55: in function 'action'
...vim/plugged/orgmode/lua/orgmode/config/mappings/init.lua:5: in main chunk
[C]: in function 'require'
/root/.vim/plugged/orgmode/lua/orgmode/config/init.lua:6: in main chunk
[C]: in function 'require'
/root/.vim/plugged/orgmode/lua/orgmode/init.lua:123: in function 'setup'
[string ":lua"]:2: in main chunk
Press ENTER or type command to continue
I just changed few things in your config to be able to run it:
Replaces ~/.config/nvim with ~/.config/test_fail_org to be able to run it without messing up my own config (via NVIM_APPNAME)
Updated the path to agenda files to ~/my-org only since I have my own files in ~/Dropbox/org. It worked even with my files but I didn't want to expose them
There's Codium error at start, since I'm not using it and didn't provide auth.
Describe the bug
E5108: Error executing lua /root/.vim/plugged/orgmode/lua/orgmode/utils/validator.lua:16: handler: expected table: 0x7f83f1e47830, got string (lua require("orgmode").action("agenda.prompt"))
stack traceback:
[C]: in function 'error'
vim/shared.lua: in function 'validate'
/root/.vim/plugged/orgmode/lua/orgmode/utils/validator.lua:16: in function 'validate'
...lugged/orgmode/lua/orgmode/config/mappings/map_entry.lua:55: in function 'action'
...vim/plugged/orgmode/lua/orgmode/config/mappings/init.lua:5: in main chunk
[C]: in function 'require'
/root/.vim/plugged/orgmode/lua/orgmode/config/init.lua:6: in main chunk
[C]: in function 'require'
/root/.vim/plugged/orgmode/lua/orgmode/init.lua:123: in function 'setup'
[string ":lua"]:2: in main chunk
Press ENTER or type command to continue
Steps to reproduce
update to latest plugin, use this single config file
https://github.com/yimingwangdell/vimrc/blob/master/nvim/init.vim
Expected behavior
no error
Emacs functionality
No response
Minimal init.lua
-- Enter your minimal_init.lua here
Screenshots and recordings
No response
OS / Distro
debian
Neovim version/commit
0.11dev
Additional context
No response
The text was updated successfully, but these errors were encountered: