On 11/2/07, Eddward DeVilla <[EMAIL PROTECTED]> wrote:
> On 11/1/07, Carsten Dominik <[EMAIL PROTECTED]> wrote:
> > >>>
> > >>> Lastly, since I'm whining, there's a bug in the formula editor that
> > >>> I'm not sure if I've mentioned before.  Edit the table below with
> > >>> C-c
> > >>> '.  The '(@-I$2..$2) will become '(@-I$2..B&) which causes #ERRORs.
> >
> > This is the same, @-I$2..$2 is the same as @-I$2..B&
> >
> > The errors are caused by interpolations: you get something like
> >
> > (car '2 18 58)
> >
> > which is obvioulsly a bug.  You need to enclose the properties in
> > parenthesis,
> > or supply the parenthesis in the formula, so that interpolation will
> > lead to
> >
> > (car '(2 18 58))
>
> Actually, that wasn't what I was seeing.  In the table formula editor
> it highlight the region represented by @-I$2..B& as though it were
> @-I$2..$3.  I'll have to see if I can put together a better recreate.
> I have this happen on my machine at work, but it's not happening not
> at home.  Sorry.

OK.  My fault.  I had an old version of org at work.  This has already
been fixed.

Edd


_______________________________________________
Emacs-orgmode mailing list
Remember: 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