This feed contains pages with tag "blorg".
Because life is too short for real work, I decided to convert my blog to ikiwiki. I converted my old blorg blog using a quick and dirty perl script: org2iki.pl.
blorg didn't allow digits in tags. So I hacked the two regexps. You can find a patch against blorg.el 0.74 here
- UPDATED Bastien kindly fixed my whines, and a new version is available. I still have to use eval-after-load to load it.
This blog is produced with emacs and blorg.el To get blorg to load I had to change
(provide 'org-blogging)
to
(provide 'blorg)
in blorg.el. Also, it seems like blorg really wants to be loaded after org, so I loaded it like the following.
(eval-after-load "org"
: '(require 'blorg))