Hi,

I have this src code block:

#+BEGIN_SRC python :exports output :results output html
print('<div class="foo"><p>Foo!</p></div>')
#+END_SRC


I have setup my own mechanism to export org files, based almost on #'org-export-as
but I can't get rid of the src block on export.
I must be overlooking something.
At what point is it decided that the src code block shouldn't appear in the
exported document ?


Fabrice