On May 17, 2010, at 4:52 PM, Sébastien Vauban wrote:

Hello,

An example of update bug:

--8<---------------cut here---------------start------------->8---
    #+TBLNAME: InvestSupp
    #+ATTR_LaTeX: align=lrrrr
    |   |     |       2010 |       2011 |       2012 | Total (HTVA) |
    |---+-----+------------+------------+------------+--------------|
    |   | %   |      26.90 |      46.20 |      26.90 |       100.00 |
    |   | OFR | 3804467.00 | 6534066.00 | 3804467.00 |  14000000.00 |
    | ^ |     |      y2010 |      y2011 |      y2012 |              |
#+TBLFM: $6=$3+$4+$5;%.2f::$y2010=14143000....@2$3/100;%.2f:: $y2011=14143000....@2$4/100;%.2f::$y2012=14143000....@2$5/100;%.2f
    #+LaTeX: {{{aftertableskip}}}
--8<---------------cut here---------------end--------------->8---

Putting point in first data, column Total, for example, and `C-u C-u C-*' does
not update the 14M.

Same problem when putting it in second data row, column 2012, for example.

Though, with point there, `C-c *' (without the `C-u' prefixes) does work!???

You have a special first column, which means that only lines with # and * will be computed. This is in the manual.

HTH

- Carsten


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to