From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [RFC] About `org-export-with-\(fixed-width\|tables\)' Date: Wed, 08 Jan 2014 15:17:49 +0700 Message-ID: <87ha9evqdu.fsf@ericabrahamsen.net> References: <871u1999rr.fsf@gmail.com> <87ioukxzn6.fsf@sophokles.streitblatt.de> <87d2k7g4sp.fsf@ericabrahamsen.net> <87vbxvd5c6.fsf@ucl.ac.uk> <52CCFCF4.4060401@miszellen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0oJ8-00010V-P3 for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 03:16:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0oJ3-0001Tl-AB for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 03:16:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:36398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0oJ3-0001Tf-33 for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 03:16:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W0oIw-0007ln-2L for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 09:15:58 +0100 Received: from cm-27-145-176-188.revip12.asianet.co.th ([27.145.176.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jan 2014 09:15:58 +0100 Received: from eric by cm-27-145-176-188.revip12.asianet.co.th with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jan 2014 09:15:58 +0100 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 Florian Beck writes: > On 07.01.2014 19:17, Eric S Fraga wrote: >> Eric Abrahamsen writes: > >>> Hey, are you actually exporting to an epub? How are you doing that? >> >> I'd be curious to know as well. I export to epub in two ways, both by >> first exporting to HTML. Then either use calibre to convert the HTML >> document or load the HTML document in firefox and use the "dotepub" >> addon. I haven't done this enough to say which is better. > > If you are copying your file to a device, conversion with calibre is > the simplest option. > >> I would guess that defining an epub exporter, derived from the HTML >> exporter, may not be that difficult. If only I had the time :-( > > > (org-export-define-derived-backend 'fb/org-export-epub 'html > :menu-entry '(?h 99 ((?p "As epub file" fb/org-export-epub)))) Definitely looks like the simplest option! Would there be any real advantage to having a native Org exporter? Setting metadata directly is the only thing I can think of... E