From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: HTML/images zipped? Date: Fri, 26 Jun 2015 13:22:40 -0400 Message-ID: <6sw6c7y4j64c67.fsf@pfdstudio.com> References: <6sw6c7bng2haym.fsf@pfdstudio.com> <871tgy1ugo.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8XKx-00048Z-2B for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 13:22:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8XKt-0001QH-II for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 13:22:46 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:42727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8XKt-0001Oy-Fj for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 13:22:43 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 4A48D206AD for ; Fri, 26 Jun 2015 13:22:41 -0400 (EDT) In-Reply-To: (John Kitchin's message of "Fri, 26 Jun 2015 10:24:56 -0400") 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: John Kitchin Cc: emacs-orgmode@gnu.org John Kitchin writes: > I did something like this for org-files: > https://github.com/jkitchin/jmax/blob/master/ox-archive.el > > You might use that as a starting point for html. I'm not lisp-savvy, but I've been experimenting with this. I get an error: Unknown "nil" backend: Aborting export It seems to be coming from these lines: (let ((org-export-filter-link-functions '(ox-mrkup-filter-link))) (org-org-export-as-org))) I'm not sure how or where backend is supposed to be defined. Also, I guess it would take some tweaking to export to HTML and save that in the ZIP, instead of the original org file. Any hints welcome. Thanks! -pd