From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shakthi Kannan Subject: Re: Fill-up Kanban board with entries Date: Wed, 13 Jan 2016 11:01:54 +0530 Message-ID: References: <87fuy2m6fi.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJE2G-0006JS-3A for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 00:31:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJE2F-0004dp-2T for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 00:31:56 -0500 Received: from mail-oi0-x22a.google.com ([2607:f8b0:4003:c06::22a]:34360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJE2E-0004dh-Ts for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 00:31:54 -0500 Received: by mail-oi0-x22a.google.com with SMTP id k206so87630889oia.1 for ; Tue, 12 Jan 2016 21:31:54 -0800 (PST) In-Reply-To: <87fuy2m6fi.fsf@pierrot.dokosmarshall.org> 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: Nick Dokos Cc: emacs-orgmode@gnu.org Hi Nick, --- On Wed, Jan 13, 2016 at 10:17 AM, Nick Dokos wrote: | Try replacing "TAG" with nil and see if that | gets you further. \-- That didn't take me further. --- | But my hunch is that the kanban-* functions are either | buggy or they have not been kept up to date with recent developments in | org, so they are not going to work even after that change. \-- You are right. --- | Your best bet | might be to contact the author of kanban.el: it is not part of org-mode | after all (not even in contrib). \-- I have written to the author. --- | Suggestion for the future: if you are using functions outside org-mode | proper in your question, please provide either the code of the functions | themselves or at least a URL where one can find the code. And make the | example complete: I had to add a #+TODO: line for all the states in | order for kanban-headers to work. \-- Oops! Sorry about that. I use kanban-20150930.917 from: https://bitbucket.org/ArneBab/kanban.el/src/54d855426372095df01549c2cebec73bd0556891/kanban.el?fileviewer=file-view-default I also have the following in my Emacs start-up: (setq org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "STARTED(s)" "WAITING(w)" "|" "DONE(d)" "CANCELED(c)"))) Thanks for your reply, SK -- Shakthi Kannan http://www.shakthimaan.com