From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uriel Avalos Subject: Export literally but convert math equations? Date: Fri, 28 May 2010 11:32:52 -0400 Message-ID: <20100528113252.60d817fd@math.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=55828 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OI1YV-00085I-LZ for emacs-orgmode@gnu.org; Fri, 28 May 2010 11:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OI1YT-0004ik-FB for emacs-orgmode@gnu.org; Fri, 28 May 2010 11:33:02 -0400 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:51045 helo=outbound-mail-359.bluehost.com) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OI1YT-0004iZ-6s for emacs-orgmode@gnu.org; Fri, 28 May 2010 11:33:01 -0400 Received: from [64.61.28.170] (helo=math.localdomain) by host300.hostmonster.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1OI1YR-0007QE-0v for emacs-orgmode@gnu.org; Fri, 28 May 2010 09:32:59 -0600 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Is there a way to convert latex equations and math inside of EXAMPLE and HTML blocks? For example, I would like to the following equation to display as an equation in the HTML: #+BEGIN_EXAMPLE Hello world $2^2+\sqrt(2) = 2$ #+END_EXAMPLE The current behavior just gives me the literal example. I would use other blocks (like BLOCKQUOTE); except that I need to preserve the extra whitespace. Alternatively: is there a way to preserve whitespace in the HTML export?-- --Thanks! Uriel