> > Think of code blocks as macros with optional interactive expansion. If > you don't execute the code block you need not ever see the results, > however with an additional ":exports results" header argument the code > block will be executed and replaced with it's results on export. > > Take a look at the (info "(org) Working With Source Code") portion of > the Org-mode manual. >
Thanks, I'll look there. Is it possible to have a code block that evals to a string wrapped in #+BEGIN_HTML, #+END_HTML and be treated as a HTML block on export? regards, Oleh