Blorg page ahanewtitle

What is blorg ?

blorg.el is an Emacs library that uses org-mode as a blog engine. Current release version is 0.75e from january, 2008. blorg.el defines just one command : M-x blorg-publish, which is bound to C-c ".

Download blorg.el

You can download blorg.el here.

What's that name ?

"Blorg" was first named "org-blog" but this name conflicted with David's org-blog, another blog engine based on org-mode. Then it was renamed to "org-blogging" for a while, for quite self-explanatory reasons. Now it's "blorg". Hopefully we won't move to another name again.

The manual (still in progress)

Check the manual in PDF or HTML.

It is far from complete but it's quite a good start. Please download the Texinfo source if you want to help me write this documentation.

Quickstart

Edit your own org file as usual. Then do M-x blorg-publish. This command is bound to C-c ".

Templates

Would be cool if we had several blorg config files showing how flexible it is. I'll try to suggest some in a near future.

Features

  • use tags to categorize posts
  • use fully customizable templates
  • list previous posts and archived posts
  • export ordered, unordered and definition lists
  • upload images and files
  • export text fontification (bold, italic, underline, etc)
  • publish feeds (atom 1.0 or RSS 2.0) for index page and tags pages
  • export orgtbl tables
  • export fixed-width sections

Feedback