From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoqiu Cui Subject: Re: Did Anyone Ever Get This Working ... ? Date: Fri, 29 May 2009 14:20:57 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MA9Vy-0001NW-3D for emacs-orgmode@gnu.org; Fri, 29 May 2009 17:21:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MA9Vt-0001L0-8D for emacs-orgmode@gnu.org; Fri, 29 May 2009 17:21:21 -0400 Received: from [199.232.76.173] (port=38547 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MA9Vt-0001Kv-1Z for emacs-orgmode@gnu.org; Fri, 29 May 2009 17:21:17 -0400 Received: from main.gmane.org ([80.91.229.2]:46106 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 1MA9Vs-0005pi-Ol for emacs-orgmode@gnu.org; Fri, 29 May 2009 17:21:16 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MA9Vo-0006h0-Em for emacs-orgmode@gnu.org; Fri, 29 May 2009 21:21:12 +0000 Received: from fa0-1-wlan-rtr.corp.yahoo.com ([216.145.49.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 May 2009 21:21:12 +0000 Received: from cbaoqiu by fa0-1-wlan-rtr.corp.yahoo.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 May 2009 21:21:12 +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 Tennis Smith writes: > Hi,Has anyone figured out a way to export from org to a trac wiki?  I've tried ascii (ugly) and html (doesn't work).Tks,-T Recently I wrote an XSL stylesheet that converts DocBook documents to TWiki format (see docbook2twiki.googlecode.com/). You may want to modify it (http://code.google.com/p/docbook2twiki/source/browse/trunk/docbook2twiki.xsl) based on trac wiki syntax, and then use DocBook exporter as a bridge to export Org files to trac wiki. An Elisp function called org-export-s-twiki is also available to copy from. Baoqiu