From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Ley Subject: Export to multiple HTML files Date: Thu, 26 Feb 2015 08:44:03 -0800 Message-ID: <87385svd0s.fsf@enterprise.sectorq.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR1Xp-00059v-KR for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 11:44:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR1Xk-0006al-I9 for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 11:44:13 -0500 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]:33957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR1Xk-0006aU-As for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 11:44:08 -0500 Received: by pdjg10 with SMTP id g10so14228772pdj.1 for ; Thu, 26 Feb 2015 08:44:06 -0800 (PST) Received: from enterprise.sectorq.net (71-222-15-128.ptld.qwest.net. [71.222.15.128]) by mx.google.com with ESMTPSA id kp1sm1478089pbd.54.2015.02.26.08.44.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Feb 2015 08:44:05 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I can't seem to find anything in the manual or the googles. Is there a ready-made way to use ox-html to export a subtree or file to multiple HTML files? What I'm looking for is that format you find in documentation (texinfo maybe? I'm not sure what is used -- forgive my ignorance) online where it gives you the option of HTML -- one file and HTML -- multiple files. Each heading's HTML file would just contain its entry text and links to the HTML files of the subtrees. Is this possible or do I need to hack something? Thanks