[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] converting people to Emacs and org-mode
From: |
Loyall, David |
Subject: |
Re: [O] converting people to Emacs and org-mode |
Date: |
Tue, 9 Apr 2013 18:33:28 +0000 |
> Subject: Re: [O] converting people to Emacs and org-mode
[snip]
> Perhaps the web incarnations of org could help here too.
I plan to bring attention to Emacs by publishing a wiki on our intranet.
ikiwiki[1] is a simple perl based wiki compiler. You maintain a tree of text
documents in VCS, compile them into a network of linked HTML documents on
demand (or on commit via a hook) and publish them on any http server (or
whatever).
Ikiwiki has an exporter framework that invokes different tools to export (or
compile) different file formats. For example, it is trivial to configure it to
render foo.lisp and bar.c as foo.lisp.html and bar.c.html, which contain pretty
renderings of the code.
There is an org-mode plugin[2] for ikiwiki that I am experimenting with. It
invokes an Emacs session to call the org exporter.
Like most wikis, ikiwiki also allows users to create and edit content via http.
(Being perl, ikiwiki uses (modern) CGI.) The interface is a simple HTML text
area.
I intend to allow users to alter .org files via ikiwiki's web interface and
have ikiwiki run them through the org exporter after each save (which is also a
VCS commit).
When users start to feel limited by the textbox, I'll suggest that they use
Emacs and grant them direct file access to the VCS that stores all the .org
files. (git in my case.)
Wish me luck. :)
Incidentally, I'd find an org-mode vs. Microsoft OneNote feature comparison
matrix useful. Anybody got that?
Cheers,
--Dave
[1] http://ikiwiki.info/
[2] https://github.com/chrismgray/ikiwiki-org-plugin
Re: [O] converting people to Emacs and org-mode, Carsten Dominik, 2013/04/09
- Re: [O] converting people to Emacs and org-mode, Bastien, 2013/04/09
- Re: [O] converting people to Emacs and org-mode, Russell Adams, 2013/04/09
- Re: [O] converting people to Emacs and org-mode, Eric Abrahamsen, 2013/04/09
- Re: [O] converting people to Emacs and org-mode, Christopher Allan Webber, 2013/04/09
- Re: [O] converting people to Emacs and org-mode, Sebastien Vauban, 2013/04/09
- Re: [O] converting people to Emacs and org-mode, Eric Schulte, 2013/04/12
Re: [O] converting people to Emacs and org-mode,
Loyall, David <=
Re: [O] converting people to Emacs and org-mode, Chris Gray, 2013/04/09
Re: [O] converting people to Emacs and org-mode, Gunnar Wolf, 2013/04/09
Re: [O] converting people to Emacs and org-mode, Marcin Borkowski, 2013/04/09
Re: [O] converting people to Emacs and org-mode, John Hendy, 2013/04/09
Re: [O] converting people to Emacs and org-mode, Karl Voit, 2013/04/13
Re: [O] converting people to Emacs and org-mode, 42 147, 2013/04/09