UNB/ CS/ David Bremner/ tags/ blorg

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.

Posted Thu 28 Feb 2008 12:00:00 AM Tags: /tags/blorg

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.
Posted Tue 28 Aug 2007 04:34:00 PM Tags: /tags/blorg

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))

Posted Tue 28 Aug 2007 01:39:00 PM Tags: /tags/blorg