From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: Exporting an org-file to multiple html pages Date: Tue, 01 Sep 2015 12:07:33 +0300 Message-ID: <878u8qld7u.fsf@iki.fi> References: <87wpwblq45.fsf@iki.fi> <8737yzk7i9.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWhXk-0006y1-5h for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 05:07:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWhXe-0001C9-PY for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 05:07:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:41761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWhXe-0001C4-IY for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 05:07:46 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZWhXb-0003It-H9 for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 11:07:43 +0200 Received: from host-137-163-18-130.edu.hel.fi ([137.163.18.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Sep 2015 11:07:43 +0200 Received: from jarmo.hurri by host-137-163-18-130.edu.hel.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Sep 2015 11:07:43 +0200 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 Marcin Borkowski writes: >> I am writing a relatively extensive document in org, and I am >> currently trying to figure out how to split the exported html into >> multiple html pages. > Does this help? > > https://github.com/mbork/org-one-to-many Greetings Marcin. Looks inviting. The built-in html exporter desperately needs something like this. I have to be prepared to share my org-file(s) of this project with other people, so I am avoiding code outside the standard org distribution. Now if only that famous *someone* would incorporate your solution into the core. The one thing that would need to be added, if I understand your solution correctly, is an index and automatic links to index, prev, next etc. Thanks, Jarmo