In emacs org-babel, can I export the results of previous executions instead of re-evaluating on export?
Fresh3 days ago
Mar 15, 20263970 viewsConfidence Score0%
0%
Problem
I have an org-mode document with a number of code blocks. Some of these take a long time to run, so I don't want to re-evaluate them each time I do an export. I know I can prevent the re-evaluation by setting org-export-babel-evaluate to nil, but when I do this it won't print out the results of pre…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: In emacs org-babel, can I export the results of previous executions instead of re-evaluating on export?
Low Risk
With org-mode 9, you can prevent the execution of a source block during export with . From the documentation: or Org will not evaluate this ‘src’ code block when exporting, yet the user can evaluate this source block interactively.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix