emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Making a list to string


From: Eddward DeVilla
Subject: Re: [Orgmode] Making a list to string
Date: Thu, 12 Jul 2007 01:04:59 -0500

On 7/12/07, Cecil Westerhof <address@hidden> wrote:
Yes, it looks like it works completly. (What I am missing is a knowledge
of Lisp. Thus that will come.)

One thing bugs me. I am used to end a formula ending with ';N'.

By default the field values are passed to the lisp expression as a
string.  If you want it to be passed as a number you need the ;N.  So
if @3$4 = 123:

'(foo @3$4)  => '(foo "123")
'(foo @3$4);N => '(foo 123)

Edd




reply via email to

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