Hi Thierry On Mon, Dec 8, 2014 at 11:32 PM, Thierry Banel <tbanelweb...@free.fr> wrote: > Le 08/12/2014 22:12, Thierry Banel a écrit : >> Le 07/12/2014 17:48, Michael Brand a écrit : >>> Cool, thank you. As a hint for the user you could add something like >>> "@<$4 = string("header") etc. to the TBLFMs in the unittests.org. >> >> Good suggestion. >> What stops me now is that the @<$4 formula (or @1$4) does not work, >> probably because of a bug. >> More investigation is needed... > > I found this thread in The List started by Dima Kogan which is closely > related to the @1$4 issue: > http://comments.gmane.org/gmane.emacs.orgmode/91268 > He submitted a patch.
An additional, more convenient and more natural way to add headers for a TBLFM column formula could be to add support for this (matches the TBLFM of the example of my other post from today): :cols ("Item" "sum(Value_1)" "sum(Value_2)" "Mean of non-empty" "Mean of all" "Compare sums") Michael