Question

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.

Any existing techniques for this ?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top