An Org Mode Exporter Backend For Textile
- Make sure you have org-mode v8.0 or later
- Clone this repository
- Add the following to your .emacs
(add-to-list 'load-path "~/path/to/org-textile/") (require 'ox-textile)
- open a .org file and run
org-textile-export-as-textile
If you have `org-mode` code parallel to `org-textile`, do
$ ls org-mode org-textile $ cd org-textile $ make test