From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josiah Schwab Subject: Re: A custom exporter Date: Mon, 23 Sep 2013 08:40:55 -0700 Message-ID: <87ob7jsfzs.fsf@gmail.com> References: <20130923144828.342f6fd0@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO8G1-0003uq-8R for emacs-orgmode@gnu.org; Mon, 23 Sep 2013 11:41:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VO8Fv-0002Hg-J8 for emacs-orgmode@gnu.org; Mon, 23 Sep 2013 11:41:05 -0400 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:44542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO8Fv-0002HR-BW for emacs-orgmode@gnu.org; Mon, 23 Sep 2013 11:40:59 -0400 Received: by mail-pa0-f48.google.com with SMTP id bj1so2424483pad.7 for ; Mon, 23 Sep 2013 08:40:58 -0700 (PDT) In-reply-to: <20130923144828.342f6fd0@aga-netbook> 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: Marcin Borkowski Cc: Org-mode mailing list > I'm toying with an idea of writing my own exporter backend, based on the > html one. My question is: what should I read to learn how to do this? > I am aware of http://orgmode.org/worg/exporters/ox-overview.html, but > ox-\(element-\)?docstrings look a bit scary. I thought that reading > the source code of some existing backend alongside the docstrings might > be helpful. Am I right? Do you have any suggestions as to which one to > choose first? How did the authors of existing backends start learning > how to do that, and do they have any tips for their younger colleague;)? I'm also very much in the inexperienced camp, but I did find that reading though a derived exporter (I read the ox-md.el) was useful. Between that and asking couple of questions on this mailing list, I was able to write the minimal exporter I needed. Best, Josiah