emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] how to force org-mode to interpret number as string


From: Bastien
Subject: Re: [O] how to force org-mode to interpret number as string
Date: Thu, 13 Mar 2014 15:37:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stefan Huchler <address@hidden> 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

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