From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Announcing org-jekyll Date: Mon, 1 Feb 2010 09:38:44 +0100 Message-ID: References: <55bd243d1001291516m2b3fe054u8da0f64edf6b8d25@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nbro5-0002o0-6f for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:38:53 -0500 Received: from [199.232.76.173] (port=45226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nbro3-0002nU-9W for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:38:51 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nbrnz-000492-NA for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:38:51 -0500 Received: from mail-ew0-f213.google.com ([209.85.219.213]:48037) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nbrnz-00048w-EQ for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 03:38:47 -0500 Received: by ewy5 with SMTP id 5so7314919ewy.32 for ; Mon, 01 Feb 2010 00:38:46 -0800 (PST) In-Reply-To: <55bd243d1001291516m2b3fe054u8da0f64edf6b8d25@mail.gmail.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: Juan Reyero Cc: org-mode Mailing List Hi Juan, I like this idea, and I have implemented it. Please use the property HTML_CONTAINER_CLASS. And let me know if it works! HTH - Carsten On Jan 30, 2010, at 12:16 AM, Juan Reyero wrote: > Greetings, > > I've been toying around with a small package to export entries as a > Jekyll blog. It is different from other approaches I am aware of in > that it will find your blog entries anywhere in the files belonging to > a project, and it will pass properties along to Jekyll as yaml front > matter. It also includes some support for localization. > > Full description: http://juanreyero.com/open/org-jekyll/ > Source code: http://github.com/juanre/org-jekyll > > Best regards, > > Juan