From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shakthi Kannan Subject: Fill-up Kanban board with entries Date: Tue, 12 Jan 2016 21:28:43 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ1LJ-0007Sb-NU for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 10:58:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJ1LI-0003pW-J8 for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 10:58:45 -0500 Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:33703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ1LI-0003pK-F7 for emacs-orgmode@gnu.org; Tue, 12 Jan 2016 10:58:44 -0500 Received: by mail-ob0-x22b.google.com with SMTP id is5so30284448obc.0 for ; Tue, 12 Jan 2016 07:58:44 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I have the following test.org file: === test.org === * Kanban board | TODO | NEXT | STARTED | WAITING | DONE | CANCELED | |------+------+---------+---------+------+----------| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #+TBLFM: @1='(kanban-headers $#)::@2$1..@>$>='(kanban-zero $# @# "TAG" '("test.org")) #+TBLFM: @1='(kanban-headers $#)::@2$1..@>$>='(kanban-todo @# @2$2..@>$> "TAG" '("test.org")) * READING ** TODO Book A ** TODO Book B * WRITING ** Article ** WAITING Blog post * HOME ** Errands === END === The different states that I use are listed in the org-table header. I am able to use the first TBLFM to clear the entries. But, using "C-c C-c" on the second TBLFM doesn't list all the entries in the org-table in their respective columns. The expected output should be like: https://gist.github.com/shakthimaan/7f8e014ad29794672646 What could I be missing? I am using Org-mode version 8.2.10 with GNU Emacs 24.5. Appreciate any help in this regard, Thanks! SK -- Shakthi Kannan http://www.shakthimaan.com