Nick Dokos <ndo...@gmail.com> writes: > Eric S Fraga <e.fr...@ucl.ac.uk> writes: > > You are missing a quote: > > #+TBLFM: $1='(identity remote(2016-01-19-srctbl,@@#$1)) > > works for me. > > Org-mode version 8.3.3 (release_8.3.3-456-g164555) > > -- > Nick
Wow, that was an eye opener for me, first it lets me use/refer to german umlauts, second I can use by this method full power of elisp on the data: #+TBLFM: $3='(nth 1 (split-string remote(addresstable, @@#$6) "@")) extracts the hostname from a mail adress f...@bar.com -> bar.com. it maybe makes even some kind of table data joining possible, failed there on a tea-shopping database I tried to do in the past. so thanks.