From mboxrd@z Thu Jan 1 00:00:00 1970 From: M Subject: Re: Export org-mode buffer to dynamic html document (collapse/expand details) Date: Sun, 03 Aug 2014 00:25:33 +0200 Message-ID: References: <87bns5e1r8.wl%n142857@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDhlD-0000Ak-2T for emacs-orgmode@gnu.org; Sat, 02 Aug 2014 18:26:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDhl7-0006do-IH for emacs-orgmode@gnu.org; Sat, 02 Aug 2014 18:26:43 -0400 Received: from mout.web.de ([212.227.15.14]:62694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDhl7-0006dk-7z for emacs-orgmode@gnu.org; Sat, 02 Aug 2014 18:26:37 -0400 In-Reply-To: <87bns5e1r8.wl%n142857@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs orgmode-mailinglist > Von: Daniel Clemente > Datum: Fri, 01 Aug 2014 03:01:31 +0700 > An: Martin Beck > Cc: emacs orgmode-mailinglist > Betreff: Re: [O] Export org-mode buffer to dynamic html document > (collapse/expand details) >=20 >=20 > I did a custom solution, very simple, with jQuery. You may use it: >=20 > Demo: > http://www.danielclemente.com/hacer/emacs.html > Code: > http://www.danielclemente.com/pagina/esquemadorg.js > http://www.danielclemente.com/pagina/esquemadorg.css >=20 >=20 > - 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 collapse= d you > have to open it automatically (including its parents). > - There's a button to disable the outline (text: =E2=80=9Ever todo seguido=E2=80=9C) >=20 >=20 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