Am 13.03.2013 18:19, schrieb Michael Brand:
Hi Andreas
On Tue, Mar 12, 2013 at 6:12 PM, Andreas Röhler
<andreas.roeh...@easy-emacs.de> wrote:
[...]
F test-org-table/compare
Basic: Compare field references in Calc.
(ert-test-failed
((should
(equal expect result))
:form
(equal "
| | 0 | z | | nan | uinf | -inf | inf |
|------+---+---+---+-----+------+------+-----|
| 0 | x | | | | | | |
| z | | x | | | | | |
| | | | x | | | | |
| nan | | | | x | | | |
| uinf | | | | | x | | |
| -inf | | | | | | x | |
| inf | | | | | | | x |
#+TBLFM: @I$<<..@>$> = if(\"$1\" = \"@1\", x, string(\"\")); E" "
| | 0 | z | | nan | uinf | -inf | inf |
|------+---+---+---+-----+------+------+-----|
| 0 | x | | x | | | | |
| z | | x | | | | | |
| | x | | x | | | | |
| nan | | | | x | | | |
| uinf | | | | | x | | |
| -inf | | | | | | x | |
| inf | | | | | | | x |
#+TBLFM: @I$<<..@>$> = if(\"$1\" = \"@1\", x, string(\"\")); E")
[...]
This and all other “test-org-table/.*” look exactly as when I was
working on some spreadsheet features:
http://article.gmane.org/gmane.emacs.orgmode/63975
Therefore for me it seems that your lisp/org-table.el is older than
testing/lisp/test-org-table.el and does not match. Are you sure you
don’t have a mixed installation?
Hi Michael,
thanks, that might be the case. Probably installed org-mode mixes up w/ loaded
from source.
Still trying to set up a developing environment, which should use the current
trunk.
emacs -Q already loads org-mode now.
Maybe should unload it first.
Andreas
What is the output of M-x
org-version that would show this?
Michael