|
From: | Gavin Downard |
Subject: | Re: [PATCH] lisp/org-table.el: Allow named columns on lhs |
Date: | Mon, 24 Jul 2023 13:29:05 -0700 |
User-agent: | mu4e 1.10.4; emacs 29.0.92 |
Max Nikulin <manikulin@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.
[Prev in Thread] | Current Thread | [Next in Thread] |