emacs-orgmode
[Top][All Lists]
Advanced

[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: Robert Eckl
Subject: Re: [O] Export org-mode buffer to dynamic html document (collapse/expand details)
Date: Thu, 31 Jul 2014 18:50:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin)

"Martin Beck" <address@hidden> writes:

> Hi,
> I'm sorry, if this might be obvious, but I don't have much experience
> with 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 my
> colleagues (no experience with Emacs / org-mode at all) can use it
> during my absence.
> Therefore I need some advice from you:
> 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
> usable 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 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.
> Any hints appreciated

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: <link rel="stylesheet" 
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

The above lines make the toc flowing like www.orgmode.org/worg.
The most important keys for navigating i would mention at the begin of
the page.

HTH,

Robert



reply via email to

[Prev in Thread] Current Thread [Next in Thread]