DONE conditionally remove existing results of source-code block on export

  • State "DONE" from "TODO" 2010-06-07 Mon 13:17
  • State "TODO" from "" 2010-06-07 Mon 13:07

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&hellip;
</p>



<pre class="src src-emacs-lisp"><span class="org-esk-paren">(</span>+ 1 1 1 1<span class="org-esk-paren">)</span>
</pre>