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

TODO list mapping throws error

Open stsievert opened this issue 7 years ago • 3 comments

In an org file with neovim, <localleader>cat should show the TODO list. Instead,

Error detected while processing function provider#python3#Call:
line   18:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/scott/.config/nvim/plugged/vim-orgmode/ftplugin/orgmode/plugins/Agenda.py", line 226, in list_all_todos
    loaded_agendafiles = cls._get_agendadocuments()
  File "/Users/scott/.config/nvim/plugged/vim-orgmode/ftplugin/orgmode/plugins/Agenda.py", line 79, in _get_agendadocuments
    u"No org_agenda_files defined. Use :let "
  File "/Users/scott/.config/nvim/plugged/vim-orgmode/ftplugin/orgmode/_vim.py", line 119, in echoe
    vim.command(u_encode(u':echoerr "%s"' % m))
  File "/Users/scott/anaconda/lib/python3.5/site-packages/neovim/api/nvim.py", line 218, in command
    return self.request('nvim_command', string, **kwargs)
  File "/Users/scott/anaconda/lib/python3.5/site-packages/neovim/api/nvim.py", line 131, in request
    res = self._session.request(name, *args, **kwargs)
  File "/Users/scott/anaconda/lib/python3.5/site-packages/neovim/msgpack_rpc/session.py", line 98, in request
    raise self.error_wrapper(e

stsievert avatar Jan 16 '17 23:01 stsievert