From: Carsten Dominik <carsten.dominik@gmail.com>
To: Eddward DeVilla <eddward@gmail.com>
Cc: org-mode list <emacs-orgmode@gnu.org>
Subject: Re: property constants in elisp formulas
Date: Thu, 1 Nov 2007 09:36:52 +0100 [thread overview]
Message-ID: <CED730C7-7E1B-4F9F-8B97-581644B1672F@gmail.com> (raw)
In-Reply-To: <b71b18520710230806o3d2dbda3k14d257e433fff40f@mail.gmail.com>
On 23Oct2007, at 5:06 PM, Eddward DeVilla wrote:
>>> ==========================
>>>
>>> Also, in the above example, the property values were aligned for me.
>>> In my previous example, that didn't happen. It seems that the
>>> alignment code does like underscores in names
>>>
>>> ===== sample ======
>>> * top
>>> :PROPERTIES:
>>> :fives: 0 8 16
>>> :d_5: 0
>>> :fours: 2 18 58
>>> :END:
Fixed, thanks.
>>>
>>> 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))
- Carsten
next prev parent reply other threads:[~2007-11-02 23:12 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 [this message]
2007-11-03 0:37 ` Eddward DeVilla
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CED730C7-7E1B-4F9F-8B97-581644B1672F@gmail.com \
--to=carsten.dominik@gmail.com \
--cc=eddward@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.