From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Quesseveur Subject: Re: How to create new export modes derived from html Date: Fri, 13 Sep 2013 18:26:48 +0200 Message-ID: <86txho7kmv.fsf@gmail.com> References: <8638p9xjpc.fsf@gmail.com> <87mwngohtb.fsf@gmail.com> Reply-To: pquessev@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKWDi-00022g-OZ for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 12:27:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKWDb-0005oa-Ac for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 12:27:46 -0400 Received: from plane.gmane.org ([80.91.229.3]:36034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKWDb-0005oU-3P for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 12:27:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VKWDM-0001J1-Vs for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 18:27:24 +0200 Received: from lai35-1-78-241-156-15.fbx.proxad.net ([78.241.156.15]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Sep 2013 18:27:24 +0200 Received: from pquessev by lai35-1-78-241-156-15.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Sep 2013 18:27: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 >"NG" == Nicolas Goaziou a écrit : NG> We rewrote export framework in Org 8.0. I suggest to use it NG> instead. Thank you for your answer. Yes I have read about the new exports but my initial goal was to use the version included in latest emacs release distribution and I think it is version 7.9. The javahelp and CHM files are mainly html files created by splitting main HTML. Those files are then processed by external tools. I thought I could create the required files without requiring too much of org export machinery. NG> IIUC, what you want to create is called a "derived back-end". Exactly. NG> There is a section about it in the manual. This section doesn't seem to exist in my version. I think it is in version 8. NG> Also, ox-md (Markdown back-end) in core and both ox-s5 and NG> ox-deck in contrib directory are all derived from html NG> back-end. You may want to look at them. >From what you said I think I have to consider switching to version 8. -- Pascal Quesseveur pquessev@gmail.com