Juan Reyero <joa...@gmail.com> writes: > On Thu, Dec 31, 2009 at 9:15 AM, Carsten Dominik > <carsten.domi...@gmail.com> wrote: >> On Dec 27, 2009, at 8:31 PM, Juan Reyero wrote: >>> On Sun, Dec 27, 2009 at 7:35 PM, Carsten Dominik >>> <carsten.domi...@gmail.com> wrote: >>>> On Dec 27, 2009, at 5:34 PM, Juan Reyero wrote: >>>>> I have written a function to export org-mode subtrees as jekyll posts, >>>>> http://juanreyero.com/open/org-jekyll/ The idea is that any entry in >>>>> an org-publish project that has a :blog: keyword and an :on: property >>>>> with a timestamp should be exported to a _posts directory with the >>>>> year-month-day-title.html that jekyll expects, with the properties as >>>>> front-matter. [...] > Looks like it is not going to be a small investment. For the time > being I'll stick to writing blog posts as first-level entries, and > I'll try to figure it out when I find some more time. Thank you very > much for your answers. >
Hi, If it helps, I've been doing something similar to support publishing updates on the org-babel development -- using the code shown here [1] under the "Development Updates" section. This generates a files in _posts for each subtree of of the "tasks" and "bugs" sections which have a time-stamp in their properties. It should be fairly straightforward to adapt this code to export all properties as YAML frontmatter. Best -- Eric Footnotes: [1] http://eschulte.github.com/babel-dev/publish.html _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode