Hello,

Nicolas Richard <youngf...@members.fsf.org> writes:

> In (info "(org) Column groups")
>
> There's an example:
>      | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
>      |---+-----+-----+-----+---------+------------|
>      | / |   < |     |   > |       < |          > |
>      | 1 |   1 |   1 |   1 |       1 |          1 |
>      | 2 |   4 |   8 |  16 |  1.4142 |     1.1892 |
>      | 3 |   9 |  27 |  81 |  1.7321 |     1.3161 |
>      |---+-----+-----+-----+---------+------------|
>      #+TBLFM: $2=$1^2::$3=$1^3::$4=$1^4::$5=sqrt($1)::$6=sqrt(sqrt(($1)))
>
> But it won't export (e.g. to html) correctly because [4] is interpreted
> as a footnote.

Fixed in 2c66e40c6755c042bc6bd0632058ccdba009f50f. Thank you.


Regards,

-- 
Nicolas Goaziou

Reply via email to