emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Shakthi Kannan <shakthimaan@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Fill-up Kanban board with entries
Date: Tue, 12 Jan 2016 21:28:43 +0530	[thread overview]
Message-ID: <CABG-yt3c_7POfB1dTU048K0nFdTDSWSaXK6gRbBC3JpVP25Fsw@mail.gmail.com> (raw)

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

             reply	other threads:[~2016-01-12 15:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-12 15:58 Shakthi Kannan [this message]
2016-01-13  4:47 ` Fill-up Kanban board with entries Nick Dokos
2016-01-13  5:31   ` Shakthi Kannan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CABG-yt3c_7POfB1dTU048K0nFdTDSWSaXK6gRbBC3JpVP25Fsw@mail.gmail.com \
    --to=shakthimaan@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).