emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Robert Eckl <eckl.r@gmx.de>
To: emacs-orgmode@gnu.org
Subject: Re: Export org-mode buffer to dynamic html document (collapse/expand details)
Date: Thu, 31 Jul 2014 18:50:21 +0200	[thread overview]
Message-ID: <m2tx5x4gmq.fsf@sachwertpartner.de> (raw)
In-Reply-To: <trinity-977f9e31-6550-4f97-a1d7-3a6b5b42ca32-1406821803398@3capp-webde-bs48> (Martin Beck's message of "Thu, 31 Jul 2014 17:50:03 +0200")


"Martin Beck" <Elwood151@web.de> 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	other threads:[~2014-07-31 16:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-31 15:50 Export org-mode buffer to dynamic html document (collapse/expand details) Martin Beck
2014-07-31 16:50 ` Robert Eckl [this message]
2014-08-02 22:23   ` M
2014-07-31 20:01 ` Daniel Clemente
2014-08-02 22:25   ` M
2014-08-01  1:04 ` Eric Abrahamsen
2014-08-02 22:29   ` M

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2tx5x4gmq.fsf@sachwertpartner.de \
    --to=eckl.r@gmx.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).