orgmode-mediawiki
orgmode-mediawiki copied to clipboard
A mediawiki export for Emacs org-mode
I'm trying to use org-mode to export org documents to mediawiki for the gentoo wiki. It uses "templates" for various code blocks, for example ``` {{Cmd|echo "a command"}} {{RootCmd|echo "a...
Org: ```org - a :: b - c :: d ``` MediaWiki output: ```mediawiki * b * d ```
In the call to `org-export-define-derived-backend` the menu entry uses `?m` which conflicts with the built-in ox-md (markdown exporter, added in org-mode 8.0.1). If both ox-md and ox-mediawiki backends are enabled,...
As referenced in #9, list items currently export with new lines in between them which makes each list a new list rather than all part of a single list. I'm...
I really like the idea of your function and it could be really useful for me to export directly from org to wiki, but I cant seem to get it...
Great tool! Just what I was looking for. However, I do need footnotes to work. I see that it looks like this is work that has not been done yet:...
I am using an org-mode underscore markup element as in e.g. `_word_`. AFAICS, Mediawiki does not have its own markup for that, but uses HTML tags. Are org-mode `_underlines_` supposed...