emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Need help exporting subtrees to html


From: Eric Schulte
Subject: Re: [Orgmode] Need help exporting subtrees to html
Date: Thu, 31 Dec 2009 10:15:15 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

Juan Reyero <address@hidden> writes:

> On Thu, Dec 31, 2009 at 9:15 AM, Carsten Dominik
> <address@hidden> wrote:
>> On Dec 27, 2009, at 8:31 PM, Juan Reyero wrote:
>>> On Sun, Dec 27, 2009 at 7:35 PM, Carsten Dominik
>>> <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]