From: "Eddward DeVilla" <eddward@gmail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: org-mode list <emacs-orgmode@gnu.org>
Subject: Re: property constants in elisp formulas
Date: Fri, 2 Nov 2007 19:37:22 -0500 [thread overview]
Message-ID: <b71b18520711021737g1274bb2fl616a570a9ea0068d@mail.gmail.com> (raw)
In-Reply-To: <CED730C7-7E1B-4F9F-8B97-581644B1672F@gmail.com>
On 11/1/07, Carsten Dominik <carsten.dominik@gmail.com> 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.
Edd
next prev parent reply other threads:[~2007-11-03 0:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-18 22:06 property constants in elisp formulas Eddward DeVilla
2007-10-19 16:11 ` Carsten Dominik
2007-10-19 20:32 ` Eddward DeVilla
2007-10-23 5:10 ` Carsten Dominik
2007-10-23 15:06 ` Eddward DeVilla
2007-11-01 8:36 ` Carsten Dominik
2007-11-03 0:37 ` Eddward DeVilla [this message]
2007-11-05 18:20 ` Eddward DeVilla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b71b18520711021737g1274bb2fl616a570a9ea0068d@mail.gmail.com \
--to=eddward@gmail.com \
--cc=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).