[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
auto incremental columns in table of org-mode?
|
From: |
poppyer |
|
Subject: |
auto incremental columns in table of org-mode? |
|
Date: |
Mon, 17 Mar 2008 19:11:37 +0000 |
|
User-agent: |
Emacs Gnus |
Hi, guys,
I am using orgtbl-mode minor mode, basically as following:
| k | n | f(n,k) |
|---+-----+--------|
| 1 | 100 | |
| 2 | | |
| 3 | | |
| | | |
| | | |
| | | |
My question is how can I fill the k column when I add rows?
cheers,
poppyer
--