emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Table (used a "spreadsheet") org-sbe issues when the value is a string
@ 2016-06-22 12:37 Frederick Giasson
  2016-06-22 23:06 ` Nicolas Goaziou
  0 siblings, 1 reply; 7+ messages in thread
From: Frederick Giasson @ 2016-06-22 12:37 UTC (permalink / raw)
  To: emacs-orgmode

Hi Everybody,

I am experiencing a few issues trying to update a cell value using 
=org-sbe= when the value of a column is a string.

Here is an example that works when the value is a number:


====================

#+NAME: average-dataset-size
#+BEGIN_SRC clojure :var f="turtle" :exports none :results value
(identity f)
#+END_SRC

#+RESULTS: average-dataset-size
: turtle


| Format | Sizes distribution in MB | Average size in MB |
|--------+--------------------------+--------------------|
|      7 |                          |                  7 |
#+TBLFM: $3='(org-sbe "average-dataset-size" (f $1))

====================

Now, if I put a string in the format column, I al getting the following:

====================

#+NAME: average-dataset-size
#+BEGIN_SRC clojure :var f="turtle" :exports none :results value
(identity f)
#+END_SRC

#+RESULTS: average-dataset-size
: turtle


| Format | Sizes distribution in MB | Average size in MB |
|--------+--------------------------+--------------------|
| turtle |                          | #ERROR             |
#+TBLFM: $3='(org-sbe "average-dataset-size" (f $1))

====================

The debugging session I have is (which doesn't tell me with Result: is 
#ERROR):

====================

Substitution history of formula
Orig:   ?
$xyz->  '(org-sbe "average-dataset-size" (f $1))
@r$c->  '(org-sbe "average-dataset-size" (f $1))
$1->    '(org-sbe "average-dataset-size" (f "turtle"))
Result: #ERROR
Format: NONE
Final:  #ERROR

====================


Note #1: (identity) is a function in Clojure that returns the same value 
that is in input.


I am wondering if this is a bug, or something that I am missing in how 
to use these features?


Thanks for helping,


Fred

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-07 16:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-22 12:37 Table (used a "spreadsheet") org-sbe issues when the value is a string Frederick Giasson
2016-06-22 23:06 ` Nicolas Goaziou
2017-09-06 15:32   ` Alex Bennée
2017-09-06 16:14     ` Nicolas Goaziou
2017-09-06 21:46       ` Alex Bennée
2017-09-07 15:21         ` Alex Bennée
2017-09-07 16:04           ` Nicolas Goaziou

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).