https://github.com/mankoff/ox-trac
Org mode exporter for Trac wiki
https://github.com/mankoff/ox-trac
Last synced: 4 months 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 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T14:06:05.000Z (11 months ago)
- Last Synced: 2025-06-20T21:50:15.044Z (6 months ago)
- Language: Emacs Lisp
- Size: 6.84 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]]
- [[#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