From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: HTML/images zipped? Date: Sat, 27 Jun 2015 00:52:25 -0400 Message-ID: <87lhf5hhx2.fsf@pierrot.dokosmarshall.org> References: <6sw6c7bng2haym.fsf@pfdstudio.com> <871tgy1ugo.fsf@gmx.us> <87si9e6suh.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8i6Y-0004I4-T4 for emacs-orgmode@gnu.org; Sat, 27 Jun 2015 00:52:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8i6V-0008TW-N0 for emacs-orgmode@gnu.org; Sat, 27 Jun 2015 00:52:38 -0400 Received: from plane.gmane.org ([80.91.229.3]:37665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8i6V-0008TF-Fy for emacs-orgmode@gnu.org; Sat, 27 Jun 2015 00:52:35 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z8i6S-0003q0-Qz for emacs-orgmode@gnu.org; Sat, 27 Jun 2015 06:52:32 +0200 Received: from pool-108-20-41-47.bstnma.fios.verizon.net ([108.20.41.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Jun 2015 06:52:32 +0200 Received: from ndokos by pool-108-20-41-47.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Jun 2015 06:52:32 +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 John Kitchin writes: > hm... maybe it has been a while since I ran that ;) I pushed some > changes that seem to have it working on a small test file. > Yes, it does not fail any longer. Thanks! > This code is somewhat on the border of a filter/custom export. There are > probably links that will now work with it, I have not tested it super > thoroughly. > > Notably, it does not preserve relative paths, but rather renames files > and images and replaces the links in the org-file with the new > names. It was too hard to figure out how to preserve the paths when I > wrote this originally. > OK. I'm just kicking the tires for now. > Nick Dokos writes: > >> John Kitchin writes: >> >>> I did something like this for org-files: >>> https://github.com/jkitchin/jmax/blob/master/ox-archive.el >>> >> >> I tried this on some arbitrary org file (not containing any references) and I got an error: >> -- Nick