If you only want to expand/collapse headers in a web page, you may use jQuery to handle each click.
I did it with this code: http://www.danielclemente.com/pagina/esquemadorg.js http://www.danielclemente.com/pagina/esquemadorg.css Demo: http://www.danielclemente.com/hacer/emacs.html The code is a bit more difficult than that because you should handle links to collapsed sections in order to expand them as needed. Daniel El Thu, 25 Aug 2011 22:19:55 +0200 Christian Moe va escriure: > > Hi, > > org-info-js may be your best bet, but for a lightweight solution that > works with your sample text without a single line of javascript, try > this (mouse over headings to display contents):