Elektrubadur

Personal web page of Björn Lindström

Entries on Emacs:

All tags

Converting Sources of This Blog to Org format

In Programming about WWW, Markdown, Org, Hugo, Python and Emacs — 

It looks a bit bad that the last entry here was three years ago and was about how the site generation works, and here is another one on the same topic. However, it's in the interest of making it more enjoyable for me to write more that I've switched from Zola to Hugo in order to be able to keep the sources in Org format.

Here I'll just share the script I made to do the format conversion, in case it's useful for anyone else. Actually, half the reason I'm even writing this entry is that I will need to later on repeat this process for another page I manage, and this way I have the script and some notes for then.

Emacs Configuration

In Software about Org and Emacs — 

Introduction This is my Emacs configuration. It is available online in these forms: Org mode source file in a Git repository. HTML article on my personal web page. Inspirations for this Emacs configuration include: Harry R. Schwartz' Emacs configuration and sensible-defaults.el. Phil Hagelberg's better-defaults.el. EmacsCast. Protesilaos Stavrou's blog and videos. Some interesting properties of this configuration: Almost all of the configuration is kept in an Org file. The startup time is quite fast.