hstock / org-textile

An org-mode exporter backend for Textile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org-textile

An Org Mode Exporter Backend For Textile

Setup

  1. Make sure you have org-mode v8.0 or later
  2. Clone this repository
  3. Add the following to your .emacs
    (add-to-list 'load-path "~/path/to/org-textile/")
    (require 'ox-textile)
        
  4. open a .org file and run org-textile-export-as-textile

Test

If you have `org-mode` code parallel to `org-textile`, do

$ ls
org-mode  org-textile
$ cd org-textile
$ make test

About

An org-mode exporter backend for Textile

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 98.5%Language:Makefile 1.5%