Stefan Huchler <stefan.huch...@mail.de> writes:

> So to complete your solution, is there a way to wrap "" around of all
> values in a table (or only on numbers)?
>
> something like:
>
> #tblfm: $3 = "$3"      (or for all columns?)
>
> Then I think I am satisfied ;)

This may help:

| a  | 3 |
|----+---|
| z3 |   |
#+TBLFM: @2$1='(concat "z" "@1$2");L

The quotes around @1$2 tells to use the @1$2 reference as a string in
the sexp.  If you remove them, you get an error.

HTH,

-- 
 Bastien

Reply via email to