emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] FIX missing case-folding in test-ob-emacs-lisp.el


From: Andreas Röhler
Subject: Re: [O] FIX missing case-folding in test-ob-emacs-lisp.el
Date: Wed, 13 Mar 2013 18:33:02 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130215 Thunderbird/17.0.3

Am 13.03.2013 18:19, schrieb Michael Brand:
Hi Andreas

On Tue, Mar 12, 2013 at 6:12 PM, Andreas Röhler
<address@hidden> 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





reply via email to

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