Re: [O] Special characters in tables (iso-latin-1 or utf-8)

2013-09-28 Thread Jarmo Hurri
Michael Brand writes: > A lisp formula is the easiest way to just copy fields: > #+TBLFM: $2 = '(identity $1) Great tip, thanks! Jarmo

Re: [O] Special characters in tables (iso-latin-1 or utf-8)

2013-09-27 Thread Marcin Borkowski
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

Re: [O] Special characters in tables (iso-latin-1 or utf-8)

2013-09-27 Thread Michael Brand
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

[O] Special characters in tables (iso-latin-1 or utf-8)

2013-09-27 Thread Jarmo Hurri
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 | |--