I would like to have src code blocks be eval'd when a .org is opened in emacs. It would be even better if I could somehow tag specific src code blocks to identify which blocks to eval on document opening.
There is no built-in support for this, especially given that it could pose a security risk.
You could add org-babel-execute-buffer to your org-mode-hook, or if you want to only run some blocks, you could write a custom function which uses org-babel-map-src-blocks and add that to the Org-mode hook.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more