1

My projects host on Google Code and I use emacs to edit project files. So the readme file is org-mode file.

In GitHub it can use org-mode file as project's description. But in Google Code, the description is format at Wiki markup.

I try to convert org-mode file to wiki markup use http://labs.seapine.com/htmltowiki.cgi. But it looks bad.( http://code.google.com/p/translate-emacs-toolkit/ )

So my question is "Did anyone encounter the same problem?" and "How do you solve?".

Thanks.

coordinate
  • 15,224
  • 6
  • 24
  • 24

1 Answers1

3

The reason why it works on GitHub is because of the package org-ruby written by Brian Dewey. GitHub has somehow agreed to run this bit of ruby code for parsing org-mode files on their servers. You would likely need to convince Google of the same, if you wanted to use on Google Code.

As far as exporting org-mode directly to wiki markup, I don't know of any current projects. There are a few plugins mentioned for other bits of code for converting to wiki-like syntax on the Org Blogs and Wikis page.

cm2
  • 1,815
  • 15
  • 20