Github Flavored Markdown Back-End for Org Export Engine
Go to file
Avdi Grimm 0e758d06f9 Use prefixed version of cl-loop
I ran into some issues with the un-prefixed `loop` combined with the `for` keyword. I think the issue is that newer versions of Emacs don't alias `loop` to `cl-loop` by default? I had to explicitly require `cl` to make it work.
2017-01-03 14:37:52 -05:00
ox-gfm.el Use prefixed version of cl-loop 2017-01-03 14:37:52 -05:00
README.md Update README 2016-10-31 14:01:01 +01:00

MELPA

Github Flavored Markdown exporter for Org Mode

This is a small exporter based on the Markdown exporter already existing in Org mode. It should support the features listed here.

Installation

You can install ox-gfm using elpa. It's available on melpa:

M-x package-install ox-gfm