emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Michael Brand
Subject: Re: [O] Special characters in tables (iso-latin-1 or utf-8)
Date: Fri, 27 Sep 2013 10:53:03 +0200

Hi Jarmo

On Fri, Sep 27, 2013 at 10:21 AM, Jarmo Hurri <address@hidden> 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



reply via email to

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