From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kris Brown Subject: Cannot export org mode to collapsible HTML Date: Sun, 3 Nov 2019 15:41:21 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000026a537059679bddc" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39527) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iRPV6-0006p3-Jn for emacs-orgmode@gnu.org; Sun, 03 Nov 2019 18:41:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iRPV3-00036d-U2 for emacs-orgmode@gnu.org; Sun, 03 Nov 2019 18:41:39 -0500 Received: from mx0b-00000d04.pphosted.com ([148.163.153.235]:45814) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iRPV3-000363-Os for emacs-orgmode@gnu.org; Sun, 03 Nov 2019 18:41:37 -0500 Received: from pps.filterd (m0102891.ppops.net [127.0.0.1]) by mx0a-00000d04.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id xA3NcaFV027811 for ; Sun, 3 Nov 2019 15:41:35 -0800 Received: from mx0a-00000d03.pphosted.com (mx0a-00000d03.pphosted.com [148.163.149.244]) by mx0a-00000d04.pphosted.com with ESMTP id 2w16rkbtft-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 03 Nov 2019 15:41:34 -0800 Received: from pps.filterd (m0102881.ppops.net [127.0.0.1]) by mx0a-00000d03.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id xA3NdSsl008544 for ; Sun, 3 Nov 2019 15:41:33 -0800 Received: from codegreen7.stanford.edu (codegreen7.stanford.edu [171.67.224.9]) by mx0a-00000d03.pphosted.com with ESMTP id 2w16qwgtec-1 (version=TLSv1 cipher=AES256-SHA bits=256 verify=NOT) for ; Sun, 03 Nov 2019 15:41:33 -0800 Received: from codegreen7.stanford.edu (localhost.localdomain [127.0.0.1]) by codegreen7.stanford.edu (Postfix) with ESMTP id DAEBA79 for ; Sun, 3 Nov 2019 15:41:32 -0800 (PST) Received: from smtp.stanford.edu (smtp3.stanford.edu [171.67.219.83]) by codegreen7.stanford.edu (Postfix) with ESMTP id C448A79 for ; Sun, 3 Nov 2019 15:41:32 -0800 (PST) Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ksb) by smtp.stanford.edu (Postfix) with ESMTPSA id 8D521100915 for ; Sun, 3 Nov 2019 15:41:32 -0800 (PST) Received: by mail-pf1-f181.google.com with SMTP id 3so10914972pfb.10 for ; Sun, 03 Nov 2019 15:41:32 -0800 (PST) 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" To: emacs-orgmode@gnu.org --00000000000026a537059679bddc Content-Type: text/plain; charset="UTF-8" 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 . I downloaded my own copy of org-info.js . However, I cannot see any difference when I use the #+INFOJS_OPT commands or not (org with , org without , html with , html without ). 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 ? 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. --00000000000026a537059679bddc Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
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 O= rg 9.1.9 on a Mac.

This seems to be a built-in feature:= =C2=A0JavaScript supported display of web pages. I downloaded my own copy of=C2=A0org-info.js. However, I cannot see a= ny difference when I use the=C2=A0#+INFOJS_OPT commands or not (org with, org without, html with, html without). I would expect to see= collapsible headers and no TOC displayed when I use those commands.=

There is a difference in the generated HTM= L files (an extra CDATA region with a bunch of statements like:=C2=A0org= _html_manager.set("VIEW", "info");) but nothing dif= ferent visually.

Is this happening because org-inf= o.js is=C2=A0no longer being maintained?=C2=A0 Another solu= tion I saw was=C2=A0Daniel Clemente's tool, though I am at = a total loss for what to specify in the org file to incorporate his esquema= dorg.js script. I appreciate any help that could let me export large org fi= les to HTML while having the headers be collapsible.
--00000000000026a537059679bddc--