emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Fill-up Kanban board with entries
@ 2016-01-12 15:58 Shakthi Kannan
  2016-01-13  4:47 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: Shakthi Kannan @ 2016-01-12 15:58 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-13  5:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12 15:58 Fill-up Kanban board with entries Shakthi Kannan
2016-01-13  4:47 ` Nick Dokos
2016-01-13  5:31   ` Shakthi Kannan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).