> Von: Daniel Clemente <n142...@gmail.com> > Datum: Fri, 01 Aug 2014 03:01:31 +0700 > An: Martin Beck <elwood...@web.de> > Cc: emacs orgmode-mailinglist <emacs-orgmode@gnu.org> > Betreff: Re: [O] Export org-mode buffer to dynamic html document > (collapse/expand details) > > > I did a custom solution, very simple, with jQuery. You may use it: > > Demo: > http://www.danielclemente.com/hacer/emacs.html > Code: > http://www.danielclemente.com/pagina/esquemadorg.js > http://www.danielclemente.com/pagina/esquemadorg.css > > > - The JS and CSS applies to the normal org export. > - The index of contents is itself collapsable. > - The hyperlinking was tricky because if the link destination is collapsed you > have to open it automatically (including its parents). > - There's a button to disable the outline (text: „ver todo seguido“) > >
Hi Daniel, thanks a lot for this - really good work and it also looks great. Firstly, I'll discover the standard exporting/publishing features in org-mode, but I'll definitely get back to your great solution later. Martin