From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Subject: Re: Re: How to customize the org-mode's BEGIN_SRC HTML output Date: Wed, 1 Sep 2010 16:12:11 +0530 Message-ID: References: <87hbijumal.wl%ucecesf@ucl.ac.uk> <871v9mx4me.fsfhello@somewhere.com> <87lj7pl1un.fsfhello@somewhere.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=58802 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oqkm2-0002rv-Sv for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 06:42:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oqkm0-0003k6-Vf for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 06:42:34 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:61230) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oqkm0-0003jc-RQ for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 06:42:32 -0400 Received: by wwb24 with SMTP id 24so5529946wwb.30 for ; Wed, 01 Sep 2010 03:42:31 -0700 (PDT) In-Reply-To: <87lj7pl1un.fsfhello@somewhere.com> 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: Rafael Cc: emacs-orgmode@gnu.org Rafael, This has been Done. Happy Blogging, Puneeth On Sun, Aug 29, 2010 at 11:48 PM, Rafael wrote: > > Now, in case you wanted to have some more feature requests, ;-), here > they are: > > 1. Making an option to disable the inclusion of ':light="true"'. > > 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). So it would be great if, the > exporter could translate $....$ into $latex ....$ and > > \begin{equation} > ....... > \end{equation} > > into > > $latex \displaystyle ...... $.