#org-mode #emacs #parser #app

app orgrender

A command-line, rust-written Org to HTML renderer

2 releases (1 stable)

1.0.0 Feb 1, 2023
0.1.0 Feb 1, 2023

#9 in #org-mode

38 downloads per month

MIT license

4KB

orgrender

Command-line driver for the orgize library, targeting HTML.

Usage

$ orgize < <INPUT> > <OUTPUT>

For example,

$ 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.

Dependencies

~1.5MB
~31K SLoC