kanban.el

(Arne Babenhauserheide)
2013-01-02: merge kit into default

merge kit into default

diff --git a/kanban.el b/kanban.el
--- a/kanban.el
+++ b/kanban.el
@@ -54,7 +54,8 @@
 states. If the table is too narrow, the only the first n TODO
 states will be shown, with n as the number of columns in your
 table."
-  (let ((words org-todo-keywords-1)) (nth (- column 1) words)))
+  (let ((words org-todo-keywords-1)) 
+    (nth (- column 1) words)))
 
 (defun kanban-zero (column row &optional match scope)
   "Zero-state Kanban board: This Kanban board just displays all