From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: html export entire code block including template? Date: Tue, 16 Apr 2019 00:08:43 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000054f1e05869ec434" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGGL5-0004zf-4c for emacs-orgmode@gnu.org; Tue, 16 Apr 2019 01:09:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hGGL4-0004dp-9c for emacs-orgmode@gnu.org; Tue, 16 Apr 2019 01:08:59 -0400 Received: from mail-lf1-x12b.google.com ([2a00:1450:4864:20::12b]:34353) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hGGL3-0004d8-TU for emacs-orgmode@gnu.org; Tue, 16 Apr 2019 01:08:58 -0400 Received: by mail-lf1-x12b.google.com with SMTP id h5so11987954lfm.1 for ; Mon, 15 Apr 2019 22:08:57 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode Mailinglist --000000000000054f1e05869ec434 Content-Type: text/plain; charset="UTF-8" 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 --000000000000054f1e05869ec434 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I'm doing this:

#+begin_example=C2=A0
#+begin_src emacs-lisp :var table= =3Dsandbox :exports both
=C2=A0 (message "%S" table)
#+end_src
#+end_example

to force= html export into displaying the entire block, including the code block wra= pper. Is there a more elegant way, perhaps in the #+begin line to tell expo= rt to include even the wrapper?

LB
=
--000000000000054f1e05869ec434--