Fix result in table at Section 3.5.9 of Org Manual

see attachment

The problem was that the result for TBLFM: $at=vmean(@-II..@-I);%.1f showed 
29.7 as the vmean of 41 and 9, whereas 25.0 is correct.

Charlie Millar

*** org.texi    2012/08/21 20:29:54     1.1
--- org.texi    2012/08/21 21:11:00
***************
*** 2898,2904 ****
  | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
  | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
  |---+---------+--------+--------+--------+-------+------|
! |   | Average |        |        |        |  29.7 |      |
  | ^ |         |        |        |        |    at |      |
  | $ | max=50  |        |        |        |       |      |
  |---+---------+--------+--------+--------+-------+------|
--- 2898,2904 ----
  | # | Peter   |     10 |      8 |     23 |    41 |  8.2 |
  | # | Sam     |      2 |      4 |      3 |     9 |  1.8 |
  |---+---------+--------+--------+--------+-------+------|
! |   | Average |        |        |        |  25.0 |      |
  | ^ |         |        |        |        |    at |      |
  | $ | max=50  |        |        |        |       |      |
  |---+---------+--------+--------+--------+-------+------|

Reply via email to