How can I populate rows in a column with items from the todo lists based on custom sequences?

AKA:

* TODO <<something1>>
* WAITING <<something2>>
* BLOCKED <<something3>>
* TODO <<something4>>

And then a table that I can update using C-c C-c (using something like # TBLFM I'm guessing? ) based on items I add.

| TODO           | WAITING        | BLOCKED       |
| [[something1]] | [[something2]] | [[something3]]|
| [[something4]] |                |               | 

asked Dec 25, 2015 at 21:52

Josh's user avatar

1 Answer 1

answered Dec 28, 2015 at 17:44

Sacha Chua's user avatar

Sign up to request clarification or add additional context in comments.

1 Comment

Thats what I was attempting to use but the tables never update (even using his example code and game repo)

Start asking to get answers

Find the answer to your question by asking.

Ask question