How to evaluate all code blocks when exporting in emacs org-mode

时光怂恿深爱的人放手 提交于 2019-12-03 11:50:36

I think this is what you want:

(setq org-confirm-babel-evaluate nil)

Put the following line at the top of your file, that way you get asked one time upon opening it, and the safer non-evaluating default remains true for other files

# -*- org-confirm-babel-evaluate: nil -*-
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!