You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I execute that block with C-cC-c I see Code block evaluation complete. in the minibuffer and I get:
#+RESULTS: cube
[[file:cube.scad]]
But the cube.scad buffer is empty. If I tangle the whole file with C-cC-vC-t I see Tangled 0 code blocks from testing.org.
Additionally, since a Scad code block requires :file header argument it's unclear how I can iteratively build up a SCAD file. I'm used to doing literate coding with org-babel, where I expect to have commentary about what I'm doing as I create each part going into the design. Each block would either overwrite the file or be a separate file, right?
The text was updated successfully, but these errors were encountered:
I can't figure out why the Org Babel method isn't working for me. I've got an org document containing:
If I execute that block with C-c C-c I see
Code block evaluation complete.
in the minibuffer and I get:But the
cube.scad
buffer is empty. If I tangle the whole file with C-c C-v C-t I seeTangled 0 code blocks from testing.org
.Additionally, since a
Scad code block requires :file header argument
it's unclear how I can iteratively build up a SCAD file. I'm used to doing literate coding with org-babel, where I expect to have commentary about what I'm doing as I create each part going into the design. Each block would either overwrite the file or be a separate file, right?The text was updated successfully, but these errors were encountered: