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:29:33 +0200 Message-ID: References: <87vbqduik8.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDq5V-0007x6-7Z for emacs-orgmode@gnu.org; Sun, 03 Aug 2014 03:20:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDq5P-0001gT-Ua for emacs-orgmode@gnu.org; Sun, 03 Aug 2014 03:20:13 -0400 Received: from mout.web.de ([212.227.15.14]:59656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDq5P-0001dt-Kl for emacs-orgmode@gnu.org; Sun, 03 Aug 2014 03:20:07 -0400 In-Reply-To: <87vbqduik8.fsf@ericabrahamsen.net> 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@gnu.org Cc: Eric Abrahamsen > Von: Eric Abrahamsen > Datum: Fri, 01 Aug 2014 09:04:07 +0800 > An: > Betreff: Re: [O] Export org-mode buffer to dynamic html document > (collapse/expand details) > > "Martin Beck" writes: > >> it would be great if the text below headings could be collapsed >> somehow or if there was an overview page listing all projects and >> some important sub-headings or remarks and a hyperlink pointing to >> the detailed notes concerning this project. > > This just sounds like a table of contents -- if you export to a format > that supports hyperlinks, wouldn't a plain old TOC do? > > Eric, thanks for your comment! Indeed a TOC is a good start as it would give an overview of the projects. I just discovered that if I export a todo tree in "visible only" C-c / t C-c C-e C-v C-h C-o (with Rober Eckl's HTML export settings suggested in the same thread here) the generated TOC only contains those headings from the TODO tree.. :-) Kind regards Martin