From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Subject: Re: How to customize the org-mode's BEGIN_SRC HTML output Date: Wed, 01 Sep 2010 09:38:37 -0500 Message-ID: <878w3l4jgy.fsf@gmail.com> References: <87hbijumal.wl%ucecesf@ucl.ac.uk> <871v9mx4me.fsfhello@somewhere.com> <87lj7pl1un.fsfhello@somewhere.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=37950 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqoSd-00081Z-L7 for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 10:38:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqoSY-0004vA-Py for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 10:38:47 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:43882) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqoSY-0004v2-LH for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 10:38:42 -0400 Received: by gwj16 with SMTP id 16so4520418gwj.0 for ; Wed, 01 Sep 2010 07:38:42 -0700 (PDT) In-Reply-To: (Puneeth's message of "Wed, 1 Sep 2010 16:12:11 +0530") 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 Puneeth writes: >> On Sun, Aug 29, 2010 at 11:48 PM, Rafael wrote: >>> 2. Note that Wordpress also includes support for inline math expressions >>> written in LaTeX, like this: $latex E=mc^2$, and displayed expressions, >>> like this: $latex \displaystyle E=mc^2$ >>> (http://rvftestblog.wordpress.com/2010/08/24/code-blocks-again/ to see >>> what I mean). > > This has been Done. > Hi Puneeth and all, Thanks a lot! I could observe one bug and one "feature". LaTeX expressions of one letter are not touched, for example $a$, $b$ etc. Also, since by default stuff like \alpha and \cup is converted to &alpha and &cup, you might want to include (setq org-export-with-TeX-macros nil) when exporting LaTeX. Rafael