Fix the maint branch.
[org-mode/org-mode-NeilSmithlineMods.git] / testing / examples / table.org
blob3c6caed06f657e75f32d8f08ec724e70c75220f3
1 #+TITLE: example file with tables
2 #+OPTIONS: num:nil ^:nil
4 This is an example file for use by the Org-mode tests defined in
5 file:../lisp/test-org-table.el.
7 * simple formula
8   :PROPERTIES:
9   :ID:       563523f7-3f3e-49c9-9622-9216cc9a5d95
10   :END:
12 #+tblname: simple-formula
13 |  1 |
14 |  2 |
15 |  3 |
16 |  4 |
17 |----|
18 | 10 |
19   #+TBLFM: $1=vsum(@1..@-1)