minor code renicing
diff --git a/kanban.el b/kanban.el
--- a/kanban.el
+++ b/kanban.el
@@ -117,9 +117,9 @@
(concat "+TODO=\"" (nth (- row 1) org-todo-keywords-1) "\""))
; read all agenda files
(if scope scope 'agenda))))))
- (if
- (equal
- elem nil) "" elem)))
+ (if (equal elem nil)
+ ""
+ elem)))
; Fill the first row with TODO items, except if they exist in other cels
;;;###autoload