Table of Contents
- 1. Demo!
- 1.1. Synchronize one entity
- 1.2. Setup org-mode file to work with one trello board
- 1.3. Synchronize one complete entity and move entity according to status
- 1.4. Synchronize from org-mode file to trello
- 1.5. Create board and sync
- 1.6. Synchronize from trello to org-mode file
- 1.7. Install org-trello
- 1.8. Setup key and token
- 2. Sources
- 3. Releases
For some time now, I wanted to learn Emacs-lisp some more than I already did. As I use emacs daily, I think it was a sane choice.
And, as I:
- already use org-mode a lot (even for blogging this very moment)
- kept encountering trello for team organisation
- don't like to duplicate information
- can't expect everybody to try and learn emacs and org-mode
- trello exposes a public API
I thought "what the hell, let's do this!". And here is the result: org-trello, an org-mode minor-mode to permit the synchronization between a trello board and an org-mode file (and vice versa).
1 Demo!
1.1 Synchronize one entity
1.2 Setup org-mode file to work with one trello board
1.3 Synchronize one complete entity and move entity according to status
1.4 Synchronize from org-mode file to trello
1.5 Create board and sync
1.6 Synchronize from trello to org-mode file
1.7 Install org-trello
1.8 Setup key and token
2 Sources
3 Releases
Released on:
- marmalade - http://www.marmalade-repo.org/packages/org-trello (stable)
- melpa - http://melpa.milkbox.net/ (snapshot)