emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [bug] Can't find remote table when name is downcased


From: Sebastien Vauban
Subject: [O] [bug] Can't find remote table when name is downcased
Date: Mon, 02 Apr 2012 15:54:06 +0200
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.94 (windows-nt)

Hello,

The error

    if: Can't find remote table "onsite"

is reported if the table name is in downcase (as in the following example).

Everything is OK when table name is in uppercase.

--8<---------------cut here---------------start------------->8---
* On site

#+tblname: onsite
|   | Date             | Persons |
|---+------------------+---------|
|   | [2012-04-03 Tue] |       1 |
|   | [2012-04-04 Wed] |       1 |
|---+------------------+---------|
|   | Total            |       2 |
| ^ |                  |   Total |
#+TBLFM: $Total=vsum(@-I..-II)

* Remote reference

| Days on site | 2 | j |
#+TBLFM: @1$2=remote(onsite,$Total)::
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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