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
- Host: GitHub
- URL: https://github.com/mankoff/ox-trac
- Owner: mankoff
- Created: 2024-10-16T17:48:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T14:06:05.000Z (6 months ago)
- Last Synced: 2025-05-05T13:55:00.845Z (about 2 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