`orgrender`
============
*Command-line driver for the [orgize](https://github.com/PoiScript/orgize) library, targeting HTML.*
```shell
$ orgize < <INPUT> > <OUTPUT>
```
For example,
```shell
$ orgize < example.org > example.html
```
Currently, orgrender only accepts input from stdin, and outputs to stdout, which I think is good enough of a kludge to cope with.
If you want to suggest a patch to make it more file-based, please, be my guest.