> Is this happening because org-info.js is no longer being maintained? Another solution I saw was Daniel Clemente's tool, though I am at a total loss for what to specify in the org file to incorporate his esquemadorg.js script. I appreciate any help that could let me export large org files to HTML while having the headers be collapsible.
Sorry for the very late answer. I just added some instructions <https://www.danielclemente.com/pagina/esquemadorg.js> about what to add to the .org file. But it looks like the best way is to adapt any existing tool to your needs. Collapsing/expanding headers isn't very hard — the harder parts are things like how to make links keep working (e.g. links to sections which are now collapsed should auto-open it). On Wed, Nov 6, 2019 at 12:04 AM Kris Brown <sirkris.br...@gmail.com> wrote: > Hi, I am trying to have basic folding functionality for my org file that > has been exported to HTML. I am using Emacs 26.2 (9.0) and Org 9.1.9 on a > Mac. > > This seems to be a built-in feature: JavaScript supported display of web > pages > <https://orgmode.org/manual/JavaScript-support.html#JavaScript-support>. > I downloaded my own copy of org-info.js > <http://web.stanford.edu/~ksb/js/org-info.js>. However, I cannot see any > difference when I use the #+INFOJS_OPT commands or not (org with > <https://web.stanford.edu/~ksb/docs/minimal.org>, org without > <https://web.stanford.edu/~ksb/docs/minimal2.org>, html with > <https://web.stanford.edu/~ksb/docs/minimal_org.html>, html without > <https://web.stanford.edu/~ksb/docs/minimal2_org.html>). I would expect > to see collapsible headers and no TOC displayed when I use those commands. > > There *is* a difference in the generated HTML files (an extra CDATA > region with a bunch of statements like: *org_html_manager.set("VIEW", > "info");*) but nothing different visually. > > Is this happening because org-info.js is no longer being maintained > <https://www.reddit.com/r/emacs/comments/8xnt5s/what_happened_to_orginfojs/>? > Another solution I saw was Daniel Clemente's tool > <https://lists.gnu.org/archive/html/emacs-orgmode/2010-03/msg00472.html>, > though I am at a total loss for what to specify in the org file to > incorporate his esquemadorg.js script. I appreciate any help that could let > me export large org files to HTML while having the headers be collapsible. >