Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望.org在 emacs 中打开 a 时对 src 代码块进行评估。如果我能以某种方式标记特定的 src 代码块以识别在文档打开时要评估哪些块,那就更好了。
.org
任何现有的技术?
对此没有内置支持,尤其是考虑到它可能会带来安全风险。 您可以添加org-babel-execute-buffer到您的org-mode-hook,或者如果您只想运行一些块,您可以编写一个自定义函数来使用org-babel-map-src-blocks并将其添加到 Org-mode 钩子。
org-babel-execute-buffer
org-mode-hook
org-babel-map-src-blocks