Hi Jarmo On Fri, Sep 27, 2013 at 10:21 AM, Jarmo Hurri <jarmo.hu...@syk.fi> 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-org-table/copy-field in testing/lisp/test-org-table.el: http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob_plain;f=testing/lisp/test-org-table.el Michael