From: Carsten Dominik <dominik@science.uva.nl>
To: Cecil Westerhof <CecilWesterhof@xs4all.nl>
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: Making a list to string
Date: Fri, 13 Jul 2007 15:47:51 +0200 [thread overview]
Message-ID: <de23dea9f5e7f18e1e8fe2c1b91d4150@science.uva.nl> (raw)
In-Reply-To: <1184217817.6283.165.camel@Barebusta.DecebalComp>
On Jul 12, 2007, at 7:23, Cecil Westerhof wrote:
> And when I put ';S' after the formula, I get the same as with nothing
> after the formula.
> Why this error by ';N'?
> Also what is the meaning of the strange expansion by concat? Maybe not
> neccesary, but I like to understand what is happening.
When you put "N", each field is converted into a number before
it is interpolated into the formula. So "2007-02-02" becomes
2007, and it is inserted *as a number* into the Lisp form.
concat is a function that concatenates string - it cannot handle
numbers, so it throws an error.
- Carsten
prev parent reply other threads:[~2007-07-13 13:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-11 20:43 Making a list to string Cecil Westerhof
2007-07-11 21:54 ` Eddward DeVilla
2007-07-11 21:59 ` Eddward DeVilla
2007-07-12 5:23 ` Cecil Westerhof
2007-07-12 6:04 ` Eddward DeVilla
2007-07-12 6:10 ` Cecil Westerhof
2007-07-13 13:47 ` Carsten Dominik [this message]
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=de23dea9f5e7f18e1e8fe2c1b91d4150@science.uva.nl \
--to=dominik@science.uva.nl \
--cc=CecilWesterhof@xs4all.nl \
--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.