nvim-orgmode / orgmode

Orgmode clone written in Lua for Neovim 0.9+.
https://nvim-orgmode.github.io/
MIT License
3.03k stars 134 forks source link

[Expose Api Functions] suggestion expose more api functions #392

Closed hiberabyss closed 8 months ago

hiberabyss commented 2 years ago

Does this feature exist in Emacs orgmode core?

No

Orgmode link

No response

Feature value

For example, could expose refile_to_end(dest) function without needing user input, thus user could choose the dest file with fzf.vim.

Additional context

No response

kristijanhusak commented 8 months ago

This can now be done through api https://github.com/nvim-orgmode/orgmode/blob/master/doc/orgmode_api.txt#L27