emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Tables: remote reference fails with umlaut (and in other cases)


From: Karl Voit
Subject: [O] Tables: remote reference fails with umlaut (and in other cases)
Date: Tue, 19 Jan 2016 14:10:51 +0100
User-agent: slrn/pre1.0.0-18 (Linux)

Hi!

Either I found a bug when referring to other table rows or I don't
understand the behavior of following example tables. My expectation
was that the first column of the second table is exactly the same as
the first column of the first table:

#+NAME: 2016-01-19-srctbl
| Testdata |
|----------|
| foobar   |
| fooübar  |
| fooßbar  |
| 1er      |
| 23,42    |
| 23.42    |

| Result   | Expected Result | Comparison     |
|----------+-----------------+----------------|
| foobar   | foobar          | OK             |
| #ERROR   | fooübar         | fail           |
| #ERROR   | fooßbar         | fail           |
| er       | 1er             | fail           |
| 23.42    | 23.42           | OK             |
| (23, 42) | 23,42           | probably fail? |
#+TBLFM: $1=remote(2016-01-19-srctbl,@@#$1)

Thanks for clearing things up!

-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
       > get Memacs from https://github.com/novoid/Memacs <

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github




reply via email to

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