emacs-orgmode
[Top][All Lists]
Advanced

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

Is this a bug? "Wrong type argument: wholenump"


From: Fr Ml
Subject: Is this a bug? "Wrong type argument: wholenump"
Date: Fri, 9 Apr 2021 22:37:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0

Hello,

I'm trying to extract some information from cells in tables.

I get this problem.

| text        | splitted |
|-------------+----------|
| part1 part2 | #ERROR   |
#+TBLFM: $2='(split-string $1)

As you see, I  get an ERROR,. I expect: "part1" "part2".
The debugger says: org-table-eval-formula: Wrong type argument: wholenump, "part1".

Is this a bug? Or did I misunderstand the syntax?

(Emacs-version: 27.1, Org-version: 9.4.4, I tried also "emacs -Q". Same problem.)

Kind Regards

Frank


reply via email to

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