[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Tables: remote reference fails with umlaut (and in other cases)
From: |
Stefan Huchler |
Subject: |
Re: [O] Tables: remote reference fails with umlaut (and in other cases) |
Date: |
Tue, 19 Jan 2016 23:28:50 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Nick Dokos <address@hidden> writes:
> Eric S Fraga <address@hidden> 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 address@hidden -> 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.