From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Meyer Subject: Re: Searching for a headline Date: Sun, 26 Feb 2017 21:40:56 +0100 Message-ID: References: <87efylt1jg.fsf@nicolasgoaziou.fr> <51288adb-b5c7-5850-6a8e-01aa536c43f5@ofosos.org> <8737f0ucs0.fsf@nicolasgoaziou.fr> <8baa10bf-12ce-04b0-f0fd-b6322909433f@ofosos.org> <874lzgg8tr.fsf@nicolasgoaziou.fr> <573a07d1-1d0f-20e0-fc52-eadf5f46955d@ofosos.org> <87y3wsiw94.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ci5cs-0003ra-7W for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 15:41:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ci5co-00042T-9D for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 15:41:02 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:50982) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ci5cn-00042O-VH for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 15:40:58 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 53CB02094D for ; Sun, 26 Feb 2017 15:40:57 -0500 (EST) Received: from [192.168.13.178] (x4e3370a8.dyn.telefonica.de [78.51.112.168]) by mail.messagingengine.com (Postfix) with ESMTPA id E3DAB24216 for ; Sun, 26 Feb 2017 15:40:56 -0500 (EST) In-Reply-To: <87y3wsiw94.fsf@ericabrahamsen.net> 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" To: emacs-orgmode@gnu.org On 02/26/17 20:32, Eric Abrahamsen wrote: > I put together just the very beginnings of the package, I think it's > capable of unzipping and re-zipping an Epub file, and generating a new > (empty) template directory structure. Take a look and see if anything in > there is interesting to you -- I think its main strength is using esxml > to generate the XML files, so you don't have to do that with strings. > The idea was that that would also make it easier to manipulate resources > later on, while editing. Anyway, it ain't much: > > https://github.com/girzel/epub-mode/ Oh, this is nice :) That's a very good use of esxml. I definitely like it. I thought about doing the zipping in `org-epub', but had to get some other stuff working first. But you already wrote the code :) Cheers, Mark -- Mark Meyer mark@ofosos.org