krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

main: fixtures/tblfm.org · raw

 1#+TITLE: Table Formula
 2
 3The cells deliberately contradict the formula: org's HTML exporter does not
 4recalculate on export, so both exporters must emit the values as written.
 5
 6| N | N^2 |
 7|---+-----|
 8| 2 | 999 |
 9| 3 | 888 |
10#+TBLFM: $2=$1^2