From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David A. Gershman" Subject: Re: Turn off #+BEGIN_EXAMPLE conversions? Date: Fri, 23 Sep 2016 10:39:57 -0700 Message-ID: References: <87r38bf840.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnUSC-0005EG-DZ for emacs-orgmode@gnu.org; Fri, 23 Sep 2016 13:40:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnUS7-00089m-BY for emacs-orgmode@gnu.org; Fri, 23 Sep 2016 13:40:03 -0400 Received: from dagertech.net ([64.183.98.170]:43066 helo=mail.dagertech.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnUS7-00083J-5M for emacs-orgmode@gnu.org; Fri, 23 Sep 2016 13:39:59 -0400 Received: from [192.168.133.106] (unknown [192.168.176.200]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.dagertech.net (Postfix) with ESMTPSA id CCFE9A0860 for ; Fri, 23 Sep 2016 10:39:56 -0700 (PDT) In-Reply-To: <87r38bf840.fsf@ucl.ac.uk> 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 I ended up doing that but then had to write the
   
portion as well to keep the consistent look and feel. So I was just wondering. Unfortunately, my attempt to keep all my course material in a single Org file for simplicity is turning difficult. Not just for this reason (having to write /a lot/ of HTML due to the complexity of existing notes), but I'm already over 3500 lines and haven't even started styling/formatting or adding Babel-based created images. Drat. For anyone considering the same (porting existing web pages to Org), I've notice this about Org HTML export: it does a great job for documentation-type web pages or even simple presentations. But if you have complex pages you're trying to port to Org (nested tables, horizontally arranged entities, pervasive colors), expect to spend some time either: 1) Bending Org to what you can and then probably having raw HTML inserted in several areas, or 2) Seriously re-thinking how you present the information at hand. Thx. Now on to styling/formatting... On 09/22/2016 11:22 PM, Eric S Fraga wrote: > On Thursday, 22 Sep 2016 at 21:56, David A. Gershman wrote: >> Is there a way/option to disable this conversion for that specific >> block? Ex: >> >> #+BEGIN_EXAMPLE :nointerpolation >> T = X + Y1 >> #+END_EXAMPLE > > Maybe you could write the HTML directly using > #+BEGIN_EXPORT HTML > ... > #+END_EXPORT >