[O] html export entire code block including template?
From:
Lawrence Bottorff
Subject:
[O] html export entire code block including template?
Date:
Tue, 16 Apr 2019 00:08:43 -0500
I'm doing this:
#+begin_example
#+begin_src emacs-lisp :var table=sandbox :exports both
(message "%S" table)
#+end_src
#+end_example
to 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?