orgmode
orgmode copied to clipboard
(Re-)load agenda file(s)
Does this feature exist in Emacs orgmode core?
Yes
Orgmode link
I am trying to implement org-agenda-file-to-front
to be able to get newly created files via org-roam capture indexed for search in Telescope-orgmode without having to restart Neovim.
I am struggeling to get it working, so I would appreciate some help.
My current code changes are available here.
Feature value
The feature is available in Emacs orgmode and it would allow for loading new orgfiles into the agenda without restarting neovim.
Additional context
My main motivation to update the agenda-file database on the fly is to allow creating new files and refile to them with telescope-orgmode immediately without the need of restarting neovim.