emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Update table > Bug


From: Carsten Dominik
Subject: Re: [Orgmode] Update table > Bug
Date: Mon, 17 May 2010 18:43:53 +0200


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::address@hidden/100;%.2f:: address@hidden/100;%.2f::address@hidden/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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]