emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Table (used a "spreadsheet") org-sbe issues when the value is a


From: Nicolas Goaziou
Subject: Re: [O] Table (used a "spreadsheet") org-sbe issues when the value is a string
Date: Thu, 23 Jun 2016 01:06:33 +0200

Hello,

Frederick Giasson <address@hidden> writes:

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

According to `org-sbe' docstring, it should be

  #+TBLFM: $3='(org-sbe "average-dataset-size" (f $$1))

Documentation could be drastically improved in that area, the manual is
not even talking about `org-sbe'.

Regards,

-- 
Nicolas Goaziou



reply via email to

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