GNU bug report logs -
#66213
named columns in org tables
Previous Next
Full log
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
On September 26, 2023 1:06:14 PM GMT+02:00, Paul Stansell <paulstansell <at> gmail.com> wrote:
> Hello,
>
> On this page https://orgmode.org/manual/Advanced-features.html
> it says
>
> - '!' :: The fields in this line define names for the columns, so that you
> may refer to a column
> as '$Tot' instead of '$6'.
>
> However, when I experimented with this I found that the first of the
> following two tables works (in that the empty cells are filled in
> correctly), but the second doesn't (the only difference is the replacement
> of $4 with $c3 in the second table):
>
> |---+----+----+----|
> | ! | c1 | c2 | c3 |
> | # | 1 | 2 | |
> | # | 3 | 4 | |
> |---+----+----+----|
> #+TBLFM: $4 = $c1 + $c2
>
> |---+----+----+----|
> | ! | c1 | c2 | c3 |
> | # | 1 | 2 | |
> | # | 3 | 4 | |
> |---+----+----+----|
> #+TBLFM: $c3 = $c1 + $c2
>
> Is this a bug?
>
> I'm using Org mode version 9.7-pre (release_9.6.9-797-g4d0f89)
Thanks, but could you please report this to Org developers first?
This bug report was last modified 1 year and 233 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.