|
From: | Max Nikulin |
Subject: | Re: [PATCH] lisp/org-table.el: Allow named columns on lhs |
Date: | Mon, 24 Jul 2023 22:17:17 +0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 |
On 19/07/2023 09:36, Gavin Downard wrote:
This patch does prioritize named columns over named fields, which can break compatibility in tables with a named column and named field with the same name.
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+$twoP.S. Due to @II-like references it would be harder to consistently implement named rows for symmetry with named columns...
[Prev in Thread] | Current Thread | [Next in Thread] |