emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Concatenation of cells using 'remote'


From: Loris Bennett
Subject: [O] Concatenation of cells using 'remote'
Date: Fri, 29 Jan 2016 14:20:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hi,

I can create a concatenation of the element in column like this:

#+NAME: addresses
| able    | address@hidden                                         |
| baker   | address@hidden                                        |
| charlie | address@hidden                                      |
|         | address@hidden, address@hidden, address@hidden |
#+TBLFM: $2='(concat $1 "@example.org")
#+TBLFM: @4$2='(mapconcat 'identity (list @address@hidden) ", ")

I tried the following to create the concatenation in a
separate table:

| #ERROR |
#+TBLFM: $1='(mapconcat 'identity '(list remote(addresses,@address@hidden) ", ")

but this doesn't work.  Presumably the expansion of the range happens at
the wrong time.

Does anyone know how to do this properly?

Cheers,

Loris

-- 
This signature is currently under construction.




reply via email to

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