nvim-orgmode / nvim-orgmode/orgmode
(Re-)load agenda file(s)
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.9k
- Forks
- 190
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked commit for its agenda-file loading changes and trace the existing agenda-file database entry points in the plugin. Done means newly created org files can be loaded into the agenda and then found or used by telescope-orgmode without restarting Neovim.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100