Hello,

Alex Bennée <alex.ben...@linaro.org> writes:

> So calling scramble-string works as expected...
>
>     #+tblname: reversed-strings
>     | abcde   | #ERROR |
>
>     | flibble | #ERROR |
>     | dibble  | #ERROR |
>     | xyzzy   | #ERROR |
>     | another | #ERROR |
>
>     #+TBLFM: $2='(org-sbe scramble-string (str $$1))

I cannot reproduce it. I get:

    #+name: reversed-strings
    | abcde   | edcba   |
    | flibble | elbbilf |
    | dibble  | elbbid  |
    | xyzzy   | yzzyx   |
    | another | rehtona |
    #+TBLFM: $2='(org-sbe scramble-string (str $$1))

> Even calling org-sbe directly from a source block:
>
>     #+name: call-scramble-string-via-sbe
>     #+begin_src emacs-lisp :var val="thing"
>
>     (org-sbe scramble-string (str val))
>     #+end_src

AFAIK, `org-sbe' is limited to tables.

Regards,

-- 
Nicolas Goaziou

Reply via email to