From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josiah Schwab Subject: Re: export to s9y blog Date: Sun, 03 Sep 2017 11:44:05 -0700 Message-ID: <87y3pvd3m2.fsf@gmail.com> References: <20170903183459.nnc2jbgd2qxjdwjl@cgarbs.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doZsX-0002vp-QH for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 14:44:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doZsT-0006yT-0X for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 14:44:17 -0400 Received: from mail-pg0-x230.google.com ([2607:f8b0:400e:c05::230]:36158) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1doZsS-0006xc-QI for emacs-orgmode@gnu.org; Sun, 03 Sep 2017 14:44:12 -0400 Received: by mail-pg0-x230.google.com with SMTP id r133so13143403pgr.3 for ; Sun, 03 Sep 2017 11:44:12 -0700 (PDT) In-reply-to: <20170903183459.nnc2jbgd2qxjdwjl@cgarbs.de> 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: Christian Garbs Cc: emacs-orgmode@gnu.org Hi Christian, > 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 Hope that helps, Josiah