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:23:51 +0200 Message-ID: References: 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]:59516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDhjo-00082F-Sw for emacs-orgmode@gnu.org; Sat, 02 Aug 2014 18:25:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDhjk-0006AQ-AD for emacs-orgmode@gnu.org; Sat, 02 Aug 2014 18:25:16 -0400 Received: from mout.web.de ([212.227.15.14]:59026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDhjk-00069L-0R for emacs-orgmode@gnu.org; Sat, 02 Aug 2014 18:25:12 -0400 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: emacs-orgmode@gnu.org Cc: Robert Eckl > Von: Robert Eckl > Datum: Thu, 31 Jul 2014 18:50:21 +0200 > An: > Betreff: Re: [O] Export org-mode buffer to dynamic html document > (collapse/expand details) > > I would recommend a look into > https://github.com/SebastianRose/org-info-js/tree/master > > or http://orgmode.org/worg/code/org-info-js/index.org.html > > There are described various possible views in html with > folding/unfolding, similar emacs folding. > > You can switch between the views with "m", goto (n)ext or (p)revious > item, help with ? > > IIRC You can realize this with the follwoing to lines in your org-file > and export this to html with c-c c-e h h (or o): > > #+HTML_HEAD_EXTRA: href="http://orgmode.org/worg/style/worg.css" type="text/css"> > #+INFOJS_OPT: view:info toc:nil ftoc:yes ltoc:above mouse:underline buttons:0 > path:http://orgmode.org/org-info.js Thanks Robert (and to those who developed those features) - that's just awesome! I'll have to figure out the best setting for me, but the results I got in first tests (thanks to your suggested settings) are already very promising! One question: what's the difference between Exporting and Publishing in org-mode? I assume that exporting can be done only for one org file at a time (or for a region in it), while publishing normally acts on multiple files at once - is that true? One second question: is it also possible to export or publish agenda views with hyperlinks pointing to the details of each task/heading? Kind regards Martin