From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Robert P. Goldman" Subject: Patches for org-generic-export Date: Fri, 21 Oct 2011 11:13:24 -0500 Message-ID: <1319213609-40770-1-git-send-email-rpgoldman@real-time.com> Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHHuO-0001zx-AU for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:25:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHHuN-00079c-Av for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:25:24 -0400 Received: from enchanter.real-time.com ([63.170.91.11]:1027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHHuN-00078d-6a for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:25:23 -0400 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 Attached is a set of patches to the org-generic-exporter. They fix a change in the org-preprocess process that means that all uses of the org-generic export facility will crash. They also add rudimentary support for trac wiki and tikiwiki export. Finally, I have removed the HTML exporter from the org-generic export. I don't see any reason to struggle to support this, since it is done better by the core parts of org-mode. Cheers, r Table of contents: [PATCH 1/5] bind org-export-current-backend in generic exporter. [PATCH 2/5] Added trac-wiki and tikiwiki export settings. [PATCH 3/5] Kill the HTML exporter. [PATCH 4/5] Fixed section-header-prefix for trac wiki. [PATCH 5/5] Fix header prefixes for trac wiki.