From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Export org-mode buffer to dynamic html document (collapse/expand details) Date: Fri, 01 Aug 2014 03:01:31 +0700 Message-ID: <87bns5e1r8.wl%n142857@gmail.com> References: Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCwXn-0007mW-O9 for emacs-orgmode@gnu.org; Thu, 31 Jul 2014 16:01:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCwXh-0003bX-Ox for emacs-orgmode@gnu.org; Thu, 31 Jul 2014 16:01:43 -0400 Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:56558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCwXh-0003bG-HA for emacs-orgmode@gnu.org; Thu, 31 Jul 2014 16:01:37 -0400 Received: by mail-pa0-f44.google.com with SMTP id eu11so4284970pac.3 for ; Thu, 31 Jul 2014 13:01:36 -0700 (PDT) In-Reply-To: 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: Martin Beck Cc: emacs orgmode-mailinglist 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: =E2=80=9Ever todo seguido= =E2=80=9C) El Thu, 31 Jul 2014 17:50:03 +0200 Martin Beck va escriure: >=20 > Hi, > I'm sorry, if this might be obvious, but I don't have much experience wit= h org-mode export up to now and I urgently need to export > much information from my notes and task lists in org-mode in a way that m= y colleagues (no experience with Emacs / org-mode at all) > can use it during my absence. > =20 > Therefore I need some advice from you: > =20 > I have a lot of projects (hierarchically structured in headings with todo= keywords, sub-headings, hyperlinks, notes, etc.) > I want to export all this information into a text format to make it usabl= e for my colleagues. > However, there is A WHOLE LOT of text and to make it the least confusing = possible, > it would be great if the text below headings could be collapsed somehow o= r if there was an overview page listing all projects and > some important sub-headings or remarks and a hyperlink pointing to the de= tailed notes concerning this project. > =20 > Any hints appreciated > =20 > Kind regards > =20 > Martin >=20 >=20