From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Exporting to multiple files Date: Thu, 02 Oct 2014 01:17:07 +0800 Message-ID: <87d2absoa4.fsf@ericabrahamsen.net> References: <20140309023409.15f5bd11@aga-netbook> <87mw9ghdtk.fsf@wmi.amu.edu.pl> <87oatwtr0i.fsf@ericabrahamsen.net> <87vbo47ydf.fsf@nicolasgoaziou.fr> <87oatv51ek.fsf@wmi.amu.edu.pl> <871tqr96n8.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZNWv-00009c-LY for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 13:17:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZNWn-0007S8-EK for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 13:17:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:37256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZNWn-0007Rb-8c for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 13:17:25 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XZNWm-0000SG-5q for emacs-orgmode@gnu.org; Wed, 01 Oct 2014 19:17:24 +0200 Received: from 114.248.29.143 ([114.248.29.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Oct 2014 19:17:24 +0200 Received: from eric by 114.248.29.143 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Oct 2014 19:17:24 +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 Nicolas Goaziou writes: > Hello, > > Marcin Borkowski writes: > >> Is it a bad idea to write an /export/ backend with one-to-many >> functionality? (Epub is probably the most obvious use case, but there >> are others.) > > I don't know if that is a bad idea, but it sounds odd. In particular, > I don't get why it is "obvious" that ePub should export to many formats. Not many formats: many files. To be honest, it's not necessary for epub to export to many separate files, but it's often done. It is easier to deal with, if you're editing the epub afterwards. Of course, the usual Org-mode approach is: get the file right in Org, and the exported results should just be used as-is. But I still don't know how epubs should be approached. E