dhruvasagar / vim-dotoo

Org-mode like task logging & time tracking in Vim
558 stars 27 forks source link

The agenda views don't show TODOs when the buffer is closed #97

Closed ghost closed 3 years ago

ghost commented 3 years ago

First, thank you for you amazing plugin!

The video example basically explain well enough what's the issue. https://asciinema.org/a/cTTA8zNH5y6x6EpGD1XKF6hO0

When I open the todo.dotoo file and bring up agenda view, it shows the TODO properly, but when I just want to open neovim and bring the agenda, it doesn't catch the TODOs.

dhruvasagar commented 3 years ago

First, thank you for you amazing plugin!

You're welcome!

The video example basically explain well enough what's the issue. https://asciinema.org/a/cTTA8zNH5y6x6EpGD1XKF6hO0

When I open the todo.dotoo file and bring up agenda view, it shows the TODO properly, but when I just want to open neovim and bring the agenda, it doesn't catch the TODOs.

Are you sure your dotoo file is within the path set in g:dotoo#agenda#files ?

ghost commented 3 years ago

I can echo out the variable correctly when I start my neovim

https://asciinema.org/a/2jSCKYpRWpYYaah7Hk8W7u9tH

dhruvasagar commented 3 years ago

@FabioRamatis Can you check with latest if this is still an issue ? I believe this shouldn't be an issue anymore, however I recommend enabling vim option hidden, however, recently I pushed changes that removes my dependence on it.