Skip to content

yashi/org-textile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://melpa.org/packages/ox-textile-badge.svg

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

org-publish

If you want to use `org-publish` with ox-textile, setup your `org-publish-project-alist` like this:

 (setq org-publish-project-alist
	  '(("my-proj"
	     :base-directory "/tmp/my-dir"
	     :publishing-directory "/tmp/pub-dir"
	     :publishing-function org-textile-publish-to-textile)))

About

An org-mode exporter backend for Textile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages