Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mankoff/ox-trac

Org mode exporter for Trac wiki
https://github.com/mankoff/ox-trac

Last synced: 11 days ago
JSON representation

Org mode exporter for Trac wiki

Awesome Lists containing this project

README

        

* Table of contents :toc_3:noexport:
- [[#introduction][Introduction]]
- [[#installation][Installation]]

* Introduction

This is an Org Mode exporter that exports to the Trac Markdown syntax

* Installation

Clone repository into =~/.emacs.d/manual-packages/ox-trac= and then,

#+BEGIN_SRC emacs-lisp
(use-package ox-trac
:load-path "~/.emacs.d/manual-packages/ox-trac"
:after org)

(eval-after-load "org"
'(require 'ox-trac nil t))
#+END_SRC