Ecosyste.ms: Awesome
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: 11 days ago
JSON representation
Org mode exporter for Trac wiki
- Host: GitHub
- URL: https://github.com/mankoff/ox-trac
- Owner: mankoff
- Created: 2024-10-16T17:48:47.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-16T17:51:12.000Z (about 1 month ago)
- Last Synced: 2024-10-18T16:34:15.375Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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