From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: How to write an exporter Date: Tue, 24 Jun 2008 13:27:05 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KB6ni-0008PS-AI for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 07:35:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KB6nh-0008P4-H6 for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 07:35:05 -0400 Received: from [199.232.76.173] (port=36679 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB6nh-0008Ow-2Z for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 07:35:05 -0400 Received: from main.gmane.org ([80.91.229.2]:49394 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KB6ng-0006um-Jg for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 07:35:04 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KB6ne-0004OU-OK for emacs-orgmode@gnu.org; Tue, 24 Jun 2008 11:35:02 +0000 Received: from d05.sbszh.ch ([217.192.14.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jun 2008 11:35:02 +0000 Received: from christian.egli by d05.sbszh.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Jun 2008 11:35:02 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi I've been wanting to have an exporter for latex beamer and for mediawiki. I thought that might be a nice summer project. How do I write it? Do I use - the new mapping API - or the "new" exporter engine from Bastien which is buried away somewhere on a branch in git? I guess the mapping API is included in org-mode proper but only gives me access to the headlines AFAIK. What is the status of the exporter engine from Bastien? Is it ever going to be resurrected? Thanks Christian