From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: Turn off #+BEGIN_EXAMPLE conversions? Date: Thu, 22 Sep 2016 13:56:56 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnB6s-0005Wx-VP for emacs-orgmode@gnu.org; Thu, 22 Sep 2016 17:00:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnB6o-00040u-Q2 for emacs-orgmode@gnu.org; Thu, 22 Sep 2016 17:00:45 -0400 Received: from dagertech.net ([64.183.98.170]:51852 helo=mail.dagertech.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnB6o-00040G-Jo for emacs-orgmode@gnu.org; Thu, 22 Sep 2016 17:00:42 -0400 Received: from [100.77.230.210] (190.sub-70-211-140.myvzw.com [70.211.140.190]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.dagertech.net (Postfix) with ESMTPSA id 5CC97A066C for ; Thu, 22 Sep 2016 14:00:40 -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@gnu.org Hello, I have some text in an EXAMPLE block but on HTML export '<' and '>' are c= onverted to their '&' equivalents. Is there a way to turn this off on a = per-instance basis? For example, I have: #+BEGIN_EXAMPLE T =3D X + Y1 #+END_EXAMPLE and I'd like the '1' to be subscript. But when I write: #+BEGIN_EXAMPLE T =3D X + Y1 #+END_EXAMPLE obviously the'<' and '>' are converted to < and >. "Y_1" also won'= t work.=20 Is there a way/option to disable this conversion for that specific block?= Ex: #+BEGIN_EXAMPLE :nointerpolation T =3D X + Y1 #+END_EXAMPLE This would let the browser apply the even though it's in a block. Thanks. --=20 David A. Gershman, CISSP dagershman@dagertech.net