[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Export org-mode buffer to dynamic html document (collapse/expand
From: |
M |
Subject: |
Re: [O] Export org-mode buffer to dynamic html document (collapse/expand details) |
Date: |
Sun, 03 Aug 2014 00:25:33 +0200 |
User-agent: |
Microsoft-Entourage/11.4.0.080122 |
> Von: Daniel Clemente <address@hidden>
> Datum: Fri, 01 Aug 2014 03:01:31 +0700
> An: Martin Beck <address@hidden>
> Cc: emacs orgmode-mailinglist <address@hidden>
> 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