Convert emacs org files to trac wiki
We just set up a trac system, before we used emac-org mode for manuals. Is there any conversation tools which is convert the org files to trac wiki forma开发者_如何转开发t?
You can also try to set up org-export-generic
( http://orgmode.org/worg/org-contrib/org-export-generic.html ) to match trac wiki format.
You could export the .org files to MediaWiki using http://lumiere.ens.fr/~guerry/u/org-mediawiki.el
And then import those files into Trac following the instructions here: http://trac.edgewall.org/wiki/TracFaq#can-i-convert-mediawiki-pages-to-trac
I haven't tested it and you might run into some problems. An alternative route could be via Moinmoin, I think there is some work going on regarding org2moinmoin and moinmoin2trac conversion.
精彩评论