help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: auto incremental columns in table of org-mode?


From: Bastien
Subject: Re: auto incremental columns in table of org-mode?
Date: Tue, 18 Mar 2008 22:24:09 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

poppyer <poppyer@gmail.com> writes:

>> This basically says: for the each cell in the first column, compute the
>> value of the cell by adding 1 to the value of the cell above.
>
> I am using similar $1=@-1+1;N
                             ^^

(The ;N is not required here, this is for Calc formulas only.)

> The problem is, it works at the first time. But every time you use C-u
> C-c C-c to update the whole table. The whole $1 column increase by 1.
> i.e. "1 2 3 ... " ===> "2 3 4 ..."

Yes, that's a problem.  This is because when looking for a relative
reference, if Org encounters a non-number row, it falls back on the next
row in the same column...  I'll send a bug report to Carsten for this.

> Any idea to exclude the first "1" without being updated?

If you don't really need to compute the first column you can always 
use a dummy macro like this one:

C-a f3 | C-xC-kC-i | | C-j f4

Then use it with C-x e e e e as many times as you want rows...  

HTH,

-- 
Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]