-
-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
core-featureFeature is in orgmode coreFeature is in orgmode core
Description
Does this feature exist in Emacs orgmode core?
N/A
Orgmode link
No response
Feature value
I usually take project notes using org
, and I will keep those notes in the project folder.
It would be useful to add or drop a particular folder from org_agenda_files
whenever needed. That way we do not bloat the amount of notes parsed by the plugin and allow the user to focus on the notes she/he needs at the moment.
Additional context
My guess would be to create a lua function (maybe in my init.lua
) that would:
- change
org_agenda_files
- call
Config:get_all_files
- call
File:reload()
.
Is that the way to go? Would I be missing something important?
Metadata
Metadata
Assignees
Labels
core-featureFeature is in orgmode coreFeature is in orgmode core