From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Garbs Subject: Re: export to s9y blog Date: Sun, 3 Sep 2017 21:01:03 +0200 Message-ID: <3fcbbcf2-4486-3dbe-eb02-23a326f42517@cgarbs.de> References: <20170903183459.nnc2jbgd2qxjdwjl@cgarbs.de> <87y3pvd3m2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doa92-00025Y-C3 for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 15:01:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doa8x-00008U-MJ for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 15:01:20 -0400 Received: from mail.shuttle.de ([194.95.249.4]:51487) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1doa8x-0008U8-Ge for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 15:01:15 -0400 Received: from yggdrasil.mitch.h.shuttle.de (p2E5B4FD0.dip0.t-ipconnect.de [46.91.79.208]) by mspool3.srv.dfn.de (Postfix) with ESMTPSA id 2264FEF1 for ; Sun, 3 Sep 2017 21:01:04 +0200 (CEST) Received: from [192.168.19.141] (helo=zecora) by yggdrasil.mitch.h.shuttle.de with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1doa8l-0003ET-2k for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 21:01:03 +0200 Received: from localhost.hausezeit.cgarbs.de ([127.0.0.1]) by zecora with esmtp (Exim 4.86_2) (envelope-from ) id 1doa8l-00050X-Bl for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 21:01:03 +0200 In-Reply-To: <87y3pvd3m2.fsf@gmail.com> Content-Language: en-US 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 Hi! Am 03.09.2017 um 20:44 schrieb Josiah Schwab: >> 3. Is there a way to use something like inheritance to import all >> ~ox-html.el~ functions at once and then simply overwrite what I >> need to change? > > I would encourage you to take a look at the org-export docs, with > particular attention to the idea of a derived backend. > > http://orgmode.org/worg/dev/org-export-reference.html That looks great, thanks for the pointer! Regards Christian