emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] html export entire code block including template?


From: Lawrence Bottorff
Subject: Re: [O] html export entire code block including template?
Date: Mon, 22 Apr 2019 10:30:42 -0500

Just found it here.

On Tue, Apr 16, 2019 at 12:08 AM Lawrence Bottorff <address@hidden> wrote:
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?

LB

reply via email to

[Prev in Thread] Current Thread [Next in Thread]