Re: how can I fill a column (of any size) with zeros?

2023-03-07 Thread Uwe Brauer
>>> "FE" == Fraga, Eric writes: > Maybe just column formula $2=0.0? Yep sometimes the easiest solution is the correct one > -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's mi

Re: how can I fill a column (of any size) with zeros?

2023-03-07 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> #+TBLFM: $1=@#-1 >> >> How could I generate just a column of zeros but not consecutive numbers? > #+TBLFM: $1=0 Ah, thanks -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against

Re: how can I fill a column (of any size) with zeros?

2023-03-07 Thread Fraga, Eric
Maybe just column formula $2=0.0? -- : Eric S Fraga, with org release_9.6.1-278-ge52c53 in Emacs 30.0.50

Re: how can I fill a column (of any size) with zeros?

2023-03-07 Thread Ihor Radchenko
Uwe Brauer writes: > #+TBLFM: $1=@#-1 > > How could I generate just a column of zeros but not consecutive numbers? #+TBLFM: $1=0 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

how can I fill a column (of any size) with zeros?

2023-03-07 Thread Uwe Brauer
Hi If I have | this | that | |--+--| | | | | | | | | | | | | #+TBLFM: $1=@#-1 Then C-c C-c will fill the first colum with consecutive numbers. | this | that | |--+--| |1 | | |2 | | |3 | | |4 | | #+TBLF