DONE conditionally remove existing results of source-code block on export
- State "DONE" from "TODO"
- State "TODO" from ""
so for example the following
Should export only the bodies of the code blocks, but should remove the existing results.
This is now the case as the above now exports to the following (showing only the germane HTML)
<p> Neither of the result strings for the following two code blocks should be included in the export. And only one of the bodies should be included… </p> <pre class="src src-emacs-lisp"><span class="org-esk-paren">(</span>+ 1 1 1 1<span class="org-esk-paren">)</span> </pre>