Commit 305f1e5
Fix: disable org-babel evaluation during export
org-publish was trying to resolve babel :var references (e.g.
data=previous-block) in the chapter code examples, causing export
to crash. Since this is a documentation book, code blocks should be
displayed verbatim, not executed. Setting org-export-use-babel nil
prevents any babel processing during HTML export.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c7f78f6 commit 305f1e5
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments