diff options
author | W. Trevor King <wking@drexel.edu> | 2011-01-08 11:45:19 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2011-01-08 11:45:19 -0500 |
commit | 9b475c00cb2082f3f548118c95ca9191e8eb0cb5 (patch) | |
tree | 1e63953581d689098f0f7e72ea3ec377ca1f78e0 /doc/todo/org_mode.mdwn | |
parent | f4dac8813db9e20b3b4f6536fb379d816e197c0e (diff) | |
download | ikiwiki-9b475c00cb2082f3f548118c95ca9191e8eb0cb5.tar ikiwiki-9b475c00cb2082f3f548118c95ca9191e8eb0cb5.tar.gz |
Add org-mode todo item with git branch.
Diffstat (limited to 'doc/todo/org_mode.mdwn')
-rw-r--r-- | doc/todo/org_mode.mdwn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/todo/org_mode.mdwn b/doc/todo/org_mode.mdwn new file mode 100644 index 000000000..3e9d95376 --- /dev/null +++ b/doc/todo/org_mode.mdwn @@ -0,0 +1,24 @@ +[[!template id=gitbranch branch=wtk/org author="[[wtk]]"]] + +summary +======= + +Add a plugin for handling files written in [org-mode][]. + +notes +===== + +This is an updated form of [Manoj Srivastava's plugin][MS]. You can +see the plugin [in action][example] on my blog. + +For reasons discussed in the [[reStructuredText plugin|plugins/rst]], +wikilinks and other ikiwiki markup that inserts raw HTML can cause +problems. Org-mode provides a [means for processing raw HTML][raw], +but Ikiwiki currently (as far as I know) lacks a method to escape +inserted HTML depending on which plugins will be used during the +[[htmlize phase|plugins/write#index11h3]]. + +[org-mode]: http://orgmode.org/ +[MS]: http://www.golden-gryphon.com/blog/manoj/blog/2008/06/08/Using_org-mode_with_Ikiwiki/ +[example]: http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/Git/notes/ +[raw]: http://orgmode.org/manual/Quoting-HTML-tags.html |