emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [Orgmode] S5 export


From: Eric Schulte
Subject: Re: [O] [Orgmode] S5 export
Date: Wed, 01 Jun 2011 15:31:53 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Pierre,

This looks very nice.  Perhaps you could add a function to the
`org-export-html-final-hook' which could perform step 3 below.  With
that in place it shouldn't be difficult to write a self-contained
`org-export-as-s5' function which let-binds the html-final-hook, as well
as some of the style elements included in your example file, and
possibly generates a copy of the ui directory in place.

I would find such a function to be a very useful extension of Org-mode's
existing presentation abilities --- specifically I often find myself
publishing old presentations as sparse-looking web pages.

Cheers -- Eric

Pierre de Buyl <address@hidden> writes:

> Hello,
>
> After a lot a reading of org-exp.el and org-html.el I finally figured
> out the
> existence of the "HTML_CONTAINER_CLASS" property.
>
> I could then figure a minimal way to make a s5 presentation.
> Minimal in the sens of minimum difference with the html exporter.
>
> After setting a few STYLE and OPTIONS lines in an org file,
> three steps are needed:
> 1. Set the HTML_CONTAINER_CLASS to "slide" on level 1 headings
> 2. Set org-export-html-toplevel-hlevel to "1", so that slide titles
> behave properly
> 3. Replace in the html output
> <div id="content">
> by
> <div class="layout">
> <div id="controls"><!-- DO NOT EDIT --></div>
> <div id="currentSlide"><!-- DO NOT EDIT --></div>
> <div id="header"></div>
> <div id="footer">
> <h1>Interactive Python plotting</h1>
> </div>
> </div>
>
> <div class="presentation">
>
> You need the "ui" directory from the S5 archive to make it work
> indeed, http://meyerweb.com/eric/tools/s5/ .
> I attach an example org file and the resulting html (which was tweaked
> according to step 3).
>
> Pierre
>
>
>
>
>
> Le 3 févr. 11 à 12:23, Bastien a écrit :
>
>> Hi Pierre,
>>
>> Pierre de Buyl <address@hidden> writes:
>>
>>> S5 allows one to present a slideshow in a web browser, even full
>>> screen for
>>> some browsers.
>>> I know that the topic has come here already, but I actually hacked
>>> the
>>> excellent org-html.el export file to produde a S5 slideshow with org.
>>
>> This looks useful.
>>
>> By reading your code, I see org-export-as-s5 is a variation over
>> org-export-as-html.
>>
>> I would welcome an approach where we factor out some elements of
>> org-export-as-html, so that exporting to s5 would just require the
>> user to customize those elements.
>>
>> Does that seem reasonable to you?  Would you volunteer to make
>> org-export-as-html a bit more general?  Even a precise comparison
>> of org-export-as-s5 against org-export-as-html would be helpful at
>> this point.
>>
>> Thanks!
>>
>> -- 
>>  Bastien
>

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/



reply via email to

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