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, 25 Aug 2010 18:21:22 +0530 Message-ID: References: <87hbijumal.wl%ucecesf@ucl.ac.uk> <871v9mx4me.fsfhello@somewhere.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=50709 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoFSD-0003WI-BS for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 08:51:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoFSC-00007k-5O for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 08:51:45 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:42864) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoFSC-00007a-0t for emacs-orgmode@gnu.org; Wed, 25 Aug 2010 08:51:44 -0400 Received: by eyg7 with SMTP id 7so246272eyg.0 for ; Wed, 25 Aug 2010 05:51:42 -0700 (PDT) In-Reply-To: <871v9mx4me.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 Hi All, I'm not sure if I should've jumped into the discussion much earlier, but anyways, On Wed, Aug 25, 2010 at 5:53 PM, Rafael wrote: > I think Benjamin means that he has customized this > > http://en.support.wordpress.com/shortcodes/ > > so that his code works directly. But it is not clear to me which changes > he had to do for that, nor if that is available to free wordpress > users... I do not understand the part about wordpress shortcodes and stuff. For the theme I use on my wordpress.com blog, I do not get any syntax highlighting from the direct html export of org(2blog). I only learnt, recently that wordpress has a special way to include code for syntax highlighting. (Some themes seem to highlight code in documents generated directly using org's export. for eg: [1]) > Oh, and by the way, with Org-mode version 7.01h I concur with Eric in > that I unfortunately still lose the linebreaks and get LaTeX code > modified with Benjamin's new version.. The line breaks being stripped off is due to code in org2blog. It has nothing to do with org-mode's export. Wordpress does not ignore linebreaks in the content, which looks very ugly for normal posts. Code in org2blog strips off the line breaks from the html generated by org-export-as-html. It checks for
 and 
tags and leaves out the newlines within those tags. This is (most) probably what is causing trouble. I'll only be able to look into it in the weekend. Anybody is free to beat me to that. :) HTH, Puneeth [1] - http://rvftestblog.wordpress.com/2010/08/14/testing-code-blocks/