From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Announcing org-jekyll Date: Mon, 1 Feb 2010 10:42:06 +0100 Message-ID: <243263DF-04B0-4889-A72D-CBEB7E3C87DD@uva.nl> 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 1NbsnZ-0004cU-ER for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 04:42:25 -0500 Received: from [199.232.76.173] (port=47478 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbsnX-0004cM-He for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 04:42:23 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbsnR-0002Jy-1U for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 04:42:23 -0500 Received: from postduif.ic.uva.nl ([145.18.40.180]:50874) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbsnO-0002JV-9c for emacs-orgmode@gnu.org; Mon, 01 Feb 2010 04:42:15 -0500 In-Reply-To: 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: Carsten Dominik Cc: org-mode Mailing List Sorry, this reply was in the wrong thread and is therefore meaningless. - Carsten On Feb 1, 2010, at 9:38 AM, Carsten Dominik wrote: > 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 - Carsten