I just released version 0.6.0 of the org-ruby gem. This native Ruby gem can
convert org-mode files into HTML, which is useful in web services where you
don't want to run a version of Emacs for conversion. For example, this gem
is used on GitHub to render .org for readme files or wiki pages.
At thi
I want to use org-mode files in one of the many Ruby static website
generation tools (Webby, Webgen, Jekyll, etc.). Thus, I needed a way to
extract simple HTML from an org-mode file *without* relying on emacs.
Thus, org-ruby was born. It's not nearly as full featured as the emacs-based
HTML export