RangHo/svelte-preprocess-org
A single server would be more efficient than multiple independent instances
开放
#2 创建于 2025年9月15日
enhancementhelp wanted
仓库指标
- 星标
- (7 个星标)
- PR 合并指标
- (平均合并 3分钟) (30 天内合并 1 个 PR)
描述
Seems like a fun project :)
If you need to process multiple org files, and you're currently running a separate instance of Emacs for each one, you might consider starting an Emacs server (which can be specific to this use-case), and using that each time.
(I think you'd notice the difference if you're currently loading all the org libraries repeatedly, and you dropped that to "just once".)
I expect you've probably considered this already, though.