nvim-orgmode / telescope-orgmode.nvim

Neovim plugin. Telescope.nvim extension that adds orgmode.nvim integration.
MIT License
11 stars 5 forks source link

Refile doesn't work on orgmode agenda view #25

Open BreitbandModem opened 3 days ago

BreitbandModem commented 3 days ago

Orgmode-telescope refile only works on .org files, but not on the orgmode agenda view. I guess this might be a limitation of the current orgmode [agenda] api!?

seflue commented 3 days ago

I actually didn't take any effort to connect it with agenda refiling, because refiling from the agenda is not part of my workflow. But thanks for raising this issue.

@kristijanhusak I'm not very familiar with the agenda code. Do you have a suggestion, how to get the headline object from an agenda context?

kristijanhusak commented 2 days ago

@seflue It's best to expose that functionality through the API. Please open up an issue upstream and we can go from there.

seflue commented 2 days ago

Thanks @kristijanhusak. The corresponding issue in nvim-orgmode can be found here: issue #816