emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] org-htmlslidy


From: Dov Grobgeld
Subject: [Orgmode] org-htmlslidy
Date: Fri, 12 Nov 2010 11:36:25 +0200

org-htmlslidy is an org-mode html export option that outputs the result in HTML Slidy format, see: http://www.w3.org/Talks/Tools/Slidy2/#%281%29 .

The work in progress may be downloaded from:

https://github.com/dov/org-slidy

Note that the resulting output may be heavily modified by supplying additional css setup. E.g. the following header to an org file may be used to choose the color and icons used on the W3C pages (you have to download them locally as well).

#+STYLE: <link rel='stylesheet' href="" type='text/css'  /> <link rel='stylesheet' href="" type='text/css'  />
#+BIND: org-htmlslidy-html-preamble-footer "<h1>A perl test</h1>"
#+BIND: org-export-html-preamble "<div class='background slanty'><img src="" alt='slanted W3C logo' /></div><div class='background'><img alt='' id='head-icon' src="" /></a></object></div>"

Thanks a lot to the author of org-s5, Yann Hodique! org-htmlslidy is just a slight modification of his module.

Regards,
Dov


reply via email to

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