Table of Contents
So It was a long time since I blogged. Recently, I learned some new Lisp! Emacs-lisp. And I did my first emacs-lisp extension, org-trello.
1 Why
I use org-mode for my self-organisation. Some team use trello for organisation. So, as trello exposes their public api, it was nice to try and do something about it.
2 Demo!
Install org-trello
Setup key and token
Attach org-mode file to one trello board
Synchronize one entity
Synchronize one complete entity and move entity accordint to status
Synchronize from org-mode file to trello
Synchronize from trello to org-mode file
Create board and sync
3 Sources
Released on marmalade – http://www.marmalade-repo.org/packages/org-trello (stable) and melpa – http://melpa.milkbox.net/ (snapshot)