From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yagnesh Raghava Yakkala Subject: Re: :noweb header argument Date: Thu, 19 Jan 2012 04:11:06 +0900 Message-ID: <87hazsq111.fsf@live.com> References: <801ur8rnjg.fsf@somewhere.org> <87ty43ik2y.fsf@gmx.com> <808vlezmmy.fsf@somewhere.org> <878vla2gxx.fsf@gmx.com> <87r4yx49a5.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnatq-0008Nn-MM for emacs-orgmode@gnu.org; Wed, 18 Jan 2012 14:10:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rnato-0000nQ-4y for emacs-orgmode@gnu.org; Wed, 18 Jan 2012 14:10:22 -0500 Received: from lo.gmane.org ([80.91.229.12]:49856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnatn-0000mt-KR for emacs-orgmode@gnu.org; Wed, 18 Jan 2012 14:10:19 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rnatm-0002ir-LJ for emacs-orgmode@gnu.org; Wed, 18 Jan 2012 20:10:18 +0100 Received: from okhotsk19.lowtem.hokudai.ac.jp ([133.87.217.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jan 2012 20:10:18 +0100 Received: from yagnesh by okhotsk19.lowtem.hokudai.ac.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jan 2012 20:10:18 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric S Fraga writes: > Eric Schulte writes: > > [...] > |> I've just pushed up a minor code change which makes customization of the |> format of exported code blocks possible. I've added a new |> customization > > I'm coming late to this but just wanted to say thanks! This is very > nice indeed. Yes, this is very useful. now I can simply put (setq org-babel-exp-code-template "``` %lang %name %body ```") to have source code highlighted with Pygments in Jekyll site generation instead of placing an export-hook to clean all "
" elements which is
very much error prone.

--
YYR