From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Announcement: org-one-to-many Date: Wed, 22 Oct 2014 00:10:43 +0800 Message-ID: <871tq1h08s.fsf@ericabrahamsen.net> References: <87ppdlfotc.fsf@wmi.amu.edu.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgc0f-0006tR-8N for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 12:10:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgc0Z-0005jN-Ti for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 12:10:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:38308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgc0Z-0005i7-Nx for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 12:10:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xgc0Y-0006dE-QH for emacs-orgmode@gnu.org; Tue, 21 Oct 2014 18:10:02 +0200 Received: from 111.199.149.147 ([111.199.149.147]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Oct 2014 18:10:02 +0200 Received: from eric by 111.199.149.147 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Oct 2014 18:10:02 +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: > Hi all, > > a long time ago I asked here about a way to split an Org file into a > bunch of smaller ones. One of the answers I got was that the tricky > part is maintaining internal links in a reasonable way. > > It is probably overoptimistic on my side, but it seems that this problem > is solved now. The code is not very elegant, and I will be actively > working on it (I want to write an org-to-e-learning exporter, based on > the HTML one, and this is a small part of that effort), but here it is > for testing/review/bug reports/feature requests/any other kind of > feedback. > > And here it is: https://github.com/mbork/org-one-to-many Oooh, cool. I'll look forward to reading it!