DONE Non-elisp is getting into elisp tangle with org-babel-load-file
- State "DONE" from "TODO"
- State "TODO" from ""
org-babel-load-file on a file containing the following:
elisp
(setq dan 'here)
R
"This shouldn't get into the elisp tangle output"
org-babel-load-file on a file containing the following:
(setq dan 'here)
"This shouldn't get into the elisp tangle output"