From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Bjergaard Subject: Exporting headlines as blog-posts for Jekyll Date: Wed, 16 Jan 2013 09:39:23 -0500 Message-ID: <87k3rdp4ys.fsf@duke.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvU9O-00053B-Qr for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 09:39:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvU9G-0002pf-DY for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 09:39:34 -0500 Received: from mx-gw-01.oit.duke.edu ([152.3.189.227]:55282 helo=mail-gw-01.oit.duke.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvU9G-0002pa-9Y for emacs-orgmode@gnu.org; Wed, 16 Jan 2013 09:39:26 -0500 Received: from mail-gw-01.oit.duke.edu (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 479033B4406B_F6BB9DB for ; Wed, 16 Jan 2013 14:39:25 +0000 (GMT) Received: from localhost (unknown [10.136.84.69]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mail-gw-01.oit.duke.edu (Sophos Email Appliance) with ESMTPSA id 6469A3B44902_F6BB9CF for ; Wed, 16 Jan 2013 14:39:24 +0000 (GMT) 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 Hi, I'm trying to organize my "lab" notebook with org-mode. Its working great for personal use, but since my research is collaborative I need to be able to share my progress with others. I want to be able to take a project file that has headlines in the form: > * <2013-01-14 Mon> Dated Entry 1 :export: and export their contents as html to: /path/to/jekyll/site/_posts/2013-01-14-Dated-Entry-1.html Then Jekyll will handle the rest for parsing and building up the final product. My inspiration is coming from: http://orgmode.org/worg/org-tutorials/org-jekyll.html#sec-11 I've tried this code on my file and for some reason the timestamp always comes out as nil, but when I manually run the code, the timestamp is properly formatted. My specific implementation is here: https://gist.github.com/4547520 I've checked all the usual places before posting, and I can't seem to figure out what's going wrong, any insights would be most appreciated. Cheers, Dave