I'm doing this:#+begin_example#+begin_src emacs-lisp :var table=sandbox :exports both(message "%S" table)#+end_src#+end_exampleto force html export into displaying the entire block, including the code block wrapper. Is there a more elegant way, perhaps in the #+begin line to tell export to include even the wrapper?LB