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

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

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

Last synced: 13 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]]
- [[#usage][Usage]]

* 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

* Usage

+ Edit an Org file
+ Invoke Org ~(org-export-dispatch)~ with =C-c C-e=
+ Select =Export to markdown= with =m=, then a =Trac= option
+ For example, =T= to temporary buffer, highlight all, paste into Trac via web browser