Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfeich/org8-wikiexporters
Emacs Org8.x exporters to TiddlyWiki and Foswiki/Twiki
https://github.com/dfeich/org8-wikiexporters
Last synced: 2 months ago
JSON representation
Emacs Org8.x exporters to TiddlyWiki and Foswiki/Twiki
- Host: GitHub
- URL: https://github.com/dfeich/org8-wikiexporters
- Owner: dfeich
- License: gpl-3.0
- Created: 2013-07-26T09:42:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T20:48:20.000Z (about 1 year ago)
- Last Synced: 2024-08-02T16:47:00.098Z (6 months ago)
- Language: Emacs Lisp
- Size: 40 KB
- Stars: 23
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: COPYING
Awesome Lists containing this project
- my-awesome-github-stars - dfeich/org8-wikiexporters - Emacs Org8.x exporters to TiddlyWiki and Foswiki/Twiki (Emacs Lisp)
README
* Overview
[[http://melpa.org/#/ox-twiki][file:https://melpa.org/packages/ox-tiddly-badge.svg]]This repository provides two exporters for [[http://orgmode.org/][Emacs Org 8.x and 9.x]]. They allow
exporting an org document to a TiddlyWiki buffer or to a Foswiki/Twiki
buffer.Both exporters are loosely based on the ox-confluence exporter by
Sébastien Delafond*IMPORTANT NOTE:* Both exporters just convert org code to
Tiddly/Twiki syntax, the exported code to be copied into a Tiddler
or a Twiki page. So, exporting to TiddlyWiki will not provide you
with a full standalone TiddlyWiki file, but just with the contents
for Tiddlers.
* InstallationPut the *.el files into your load-path and the following into your
~/.emacs, or .emacs.d/init.el:#+BEGIN_SRC emacs-lisp
(require 'ox-tiddly)
(require 'ox-twiki)
#+END_SRC* Usage
The following interactive commands will become available in Emacs
- org-tiddly-export-as-tiddly
- org-twiki-export-as-twikiSo, when you are in an org buffer and want to export to a
Twiki/Foswiki formatted buffer, type#+BEGIN_EXAMPLE
M-x org-twiki-export-as-twiki RET
#+END_EXAMPLE* Notes
The code also contains new shortcut keys for the exporter screen
(reached by C-c C-e). These could possibly clash with other
expansion modules. Actually, I think they should only get
explicitely set, once a converter has made it into the Org standard
code base, but I left them in for my own convenience.I hope that these plugins will be useful to others. Org is a
fantastic piece of software with a great community.