Replies: 1 comment 5 replies
-
Yeah we can add that. You basically need only the filenames? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using the telescope-orgmode plugin to find my org files.
Unfortunately, the loading time is starting to get noticeable, now sitting at 5+ seconds. In general, one would expect that the load time is essentially instantanous, as I only have ~20 org files in three locations.
The reason that it's not instantaneous is because telescope-orgmode uses the
orgmode.api.load()
function to get the files (used here) and this function also parses the headlines, which isn't needed in this case (and I'm assuming there are other use cases that don't need parsed headlines either?).I'm wondering if an orgmode api function could be exposed which does not parse the headlines (but, I guess, does parse something like the file title and archived status)?
Beta Was this translation helpful? Give feedback.
All reactions