This is one of those strange things that really came out of nothing. This morning @bmndr tweeted the following:
RT @ClarissaAdjoint: Beeminder, Org Mode, and Mental Illness http://t.co/cE147buSje
— Beeminder (@bmndr) March 21, 2014
It really struck a chord with me. All of my income comes from freelancing, so it's pretty important for me to be as productive as possible.
Most of my work these days is done in Emacs, and I use it for managing my various projects and todo lists. I've also been using Beeminder for the last few years to keep me on the straight and narrow.
At the end Clarissa mentions that it would nice if moving a task from TODO to DONE in Emacs could notify Beeminder. This is something I've wanted for a while, but my lisp skills are limited at best.
Thankfully Sacha Chua posted a great comment with some code that started me on the right track, and after a couple of hours of research I managed to come up with something that works.
beeminder.el is a simple extension for Emacs that adds some limited Beeminder functionality, such as fetching goals or adding data. It also integrates with org-mode, and can be configured so that closing a TODO item will add a data point to a Beeminder goal.
And it all came from just one tweet. Weird.
Project page: beeminder.el
2 Comments
Wow, this is amazing. Any plans to put it in MELPA?
MELPA isn't something I'd really thought of, but if people want it I'm happy to do it.