If it hasn’t been said enough times already, let it be said once more: Emacs and org-mode are quite probably the best way ever to organise your personal life.
Emacs, for starters
Emacs as a text editor is rock solid. If you have a computer where you type in text and which:
- is web based (e.g. a chromebook)
- has any kind of touch interface (a tablet, phone)
- is running a heavy GUI (graphical user interface)
.. then you are certain to observe a certain lag on input. It might be very slight, but it will likely be there. I know this to be the case for many devices out there, even those which purport to be “high-end”.
With Emacs, there seems to be a much more direct connection to the keyboard: you type, text appears. You type faster, text appears faster. In fact, text is capable of appearing much more quickly than you can possibly type. This makes blogging quick and painless.
org-mode, for main course
Life in Emacs simply came to be, through org-mode. Emacs itself is amazing; org-mode made organising data even better. A quick refresher:
- org-mode creates everything in plain text, for maximum portability between systems
- it is known as an “outline mode” enhancement for Emacs, meaning it helps to display semi-structured text effectively
- it allows for the creation of lists – of projects, tasks, notes, links … you name it, anything that can be represented in text
- it is portable, allowing for synchronisation with mobile devices
- using Emacs, it is powerful – allowing org-mode notes to interact with other aspects of Emacs

Org-mode also supports all sorts of fancy formatting and customisation, meaning text can look good and be easy to follow.
org2blog, for desert
What would all this power be for, unless blogging! 🙂
Actually, blogging is just one activity which benefits greatly from the power of org-mode, as org’s powerful and easy formatting options are seamlessly translated into HTML and published to a blog.
In my case, I’m using a WordPress site. I create a new post using the commands
M-x org2blog/wp-login
M-x org2blog/wp-new-entry
I then type in my post and save it to a local file, using
C-x C-s
and then post it to WordPress for subsequent tweaking, with
M-x org2blog/wp-post-buffer
I can then add some final polish and check the format in WordPress before final publishing.
As a demo and an indication of speed, this blog post took only 5 minutes to write, post, edit and publish.