kanban.el

(Arne Babenhauserheide)
2012-04-24: kanban: rely completely on the matcher. Should also be much faster. fluss

kanban: rely completely on the matcher. Should also be much faster.

diff --git a/kanban.el b/kanban.el
--- a/kanban.el
+++ b/kanban.el
@@ -72,9 +72,7 @@
                                                                         (reverse (rest (reverse 
                                                                                         (split-string shortline " "))))
                                                                         " ") shortline)))
-                                              (if (not (member keyword (split-string cleanline " "))) 
-                                                  nil
-                                                (concat "[[" cleanline "][" clean "]]" )))))))
+                                                (concat "[[" cleanline "][" clean "]]" ))))))
                                     (if match match (concat "TODO=\"" (nth 0 org-todo-keywords-1) "\""))
                                                             'agenda)))))
    (if