Michael Brand writes:
> A lisp formula is the easiest way to just copy fields:
> #+TBLFM: $2 = '(identity $1)
Great tip, thanks!
Jarmo
Dnia 2013-09-27, o godz. 11:21:58
Jarmo Hurri napisał(a):
>
> Greetings.
>
> A lot of my tables contain special characters (such as ä and ö)
> because those are used in Finnish names. These are now causing
> problems for me in table formulas.
>
> Can someone tell me how to fix the table below
Hi Jarmo
On Fri, Sep 27, 2013 at 10:21 AM, Jarmo Hurri wrote:
> | string | same string |
> |+-|
> | abc| abc |
> | smörre | #ERROR |
> #+TBLFM: $2=$1
A lisp formula is the easiest way to just copy fields:
#+TBLFM: $2 = '(identity $1)
See also the ERT test-or
Greetings.
A lot of my tables contain special characters (such as ä and ö) because
those are used in Finnish names. These are now causing problems for me
in table formulas.
Can someone tell me how to fix the table below so that the formula will
work?
* testing table
| string | same string |
|--