* Exporting headlines as blog-posts for Jekyll
@ 2013-01-16 14:39 David Bjergaard
0 siblings, 0 replies; only message in thread
From: David Bjergaard @ 2013-01-16 14:39 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-16 14:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 14:39 Exporting headlines as blog-posts for Jekyll David Bjergaard
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).