From: Chris Gray <chrismgray@gmail.com>
To: emacs-orgmode@gnu.org
Subject: new ikiwiki export plugin for org
Date: Fri, 02 Dec 2011 22:23:11 -0700 [thread overview]
Message-ID: <8739d2b54w.fsf@gmail.com> (raw)
Hello,
I've created a new export plugin for org-mode files for the ikiwiki wiki
compiler. It's in a very preliminary state at
https://github.com/chrismgray/ikiwiki-org-plugin
Just to prove that it is working to some extent, I am currently using it
to generate my blog at http://chrismgray.github.com
When it actually works properly, it will have a few advantages over the
perl plugin originally authored by Manoj Srivastiva. First, it should
be faster. The perl plugin starts a new emacs process for every org
file that it encounters. The new plugin talks to an emacs instance
using emacsclient and xml-rpc. Having the bulk of the work being done
inside emacs also means that org-mode can expose its internal structure
to the plugin, so getting things like the title and other metadata is
much easier than writing another org-mode parser in perl.
Anyway, I don't know if there are any other users of ikiwiki on this
list, but I hope someone might find it useful.
Cheers,
Chris
next reply other threads:[~2011-12-03 5:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-03 5:23 Chris Gray [this message]
2011-12-04 4:59 ` new ikiwiki export plugin for org tycho garen
2011-12-04 5:27 ` Chris Gray
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8739d2b54w.fsf@gmail.com \
--to=chrismgray@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.