benpjohnson / ox-trac

Org Mode Export Backend to Trac WikiFormat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ox-tracwiki

Org Mode Export Backend for Trac WikiFormat

(require 'ox-trac)

This will add a new Org Exporter backend to the org-export-dispatch with these interactive functions:

  • org-trac-export-as-tracwiki
  • org-trac-convert-region-to-trac
  • org-trac-export-to-tracwiki

Example Output of Region above.

[[PageOutline]]

= ox-tracwiki
Org Mode Export Backend for [[http://trac.edgewall.org/wiki/WikiFormat|Trac WikiFormat]]

{{{
#!elisp
(require 'ox-trac)
}}}

This will add a new Org Exporter backend to the `org-export-dispatch` with these
interactive functions:

* `org-trac-export-as-tracwiki`
* `org-trac-convert-region-to-trac`
* `org-trac-export-to-tracwiki`

About

Org Mode Export Backend to Trac WikiFormat

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%