Max Nikulin <maniku...@gmail.com> writes: > I have tried the patch. The formula for the named column "$three=" does > not work. > > | ! | one | two | three | four | > |---+-----+-----+-------+------| > | # | 1 | 2 | | 3 | > > #+tblfm: @>$5=$one+$two::@>$three=$one+$two
Yeah, I guess my current patch only supports column names in column formulas. Allowing column names inside of arbitrary references will take some more comprehensive changes. I'll see what I can do.