emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* problem with remote tables
@ 2009-09-19  9:21 Detlef Steuer
  2009-09-19 12:24 ` Detlef Steuer
  0 siblings, 1 reply; 5+ messages in thread
From: Detlef Steuer @ 2009-09-19  9:21 UTC (permalink / raw)
  To: emacs-orgmode

Hi!

I (or current org-mode) seem to have a problem with remote tables.

A table summing up a few numbers from remote tables stopped working yesterday
with current git-orgmode.

A minimal example for the beheaviour I see is given below:

| total | gefahren | remote(OTHER, Kosten) | pro Tag |   |
|       | Kosten   |                       | pro Tag |   |
|-------+----------+-----------------------+---------+---|
#+TBLFM: @1$3=remote(OTHER,@2$2)

#+TBLNAME: OTHER
| Manufaktur T50 |     |
|                | 100 |

I expected to see 100 in the field with formula  @1$3=remote(OTHER,@2$2),
but it seems to include field 2,2 of the upper table, so the "remote" part is ignored.

Did usage of remote tables change? If so, I  could not find it in the 
documentation.

Thank you in advance
detlef
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: problem with remote tables
  2009-09-19  9:21 problem with remote tables Detlef Steuer
@ 2009-09-19 12:24 ` Detlef Steuer
  2009-09-21 17:13   ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Detlef Steuer @ 2009-09-19 12:24 UTC (permalink / raw)
  To: emacs-orgmode


Further investigation shows beheaviour depends on emacs version.

On Suse 11.0 / emacs 22.2.1

I can C-u C-c C-c in the first table an the TBLFM is applied as expected.

On Suse 11.1 / emacs 22.3.1 I get the result shown. 
It had worked on this machine, too, until a few days ago.

My .emacs files, org-mode version and org files are identical.
(rsync'ed them for testing and to be sure)

Ok, here I'm lost completely, and any help is appreciated.

detlef


On Sat, 19 Sep 2009 11:21:19 +0200
Detlef Steuer <detlef.steuer@gmx.de> wrote:

> | total | gefahren | remote(OTHER, Kosten) | pro Tag |   |
> |       | Kosten   |                       | pro Tag |   |
> |-------+----------+-----------------------+---------+---|
> #+TBLFM: @1$3=remote(OTHER,@2$2)
> 
> #+TBLNAME: OTHER
> | Manufaktur T50 |     |
> |                | 100 |

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: problem with remote tables
  2009-09-19 12:24 ` Detlef Steuer
@ 2009-09-21 17:13   ` Carsten Dominik
  2009-09-21 18:03     ` Detlef Steuer
  0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2009-09-21 17:13 UTC (permalink / raw)
  To: Detlef Steuer; +Cc: emacs-orgmode

Hi Detlef,

this works fine for me under both Emacs 22.1.1 and 23.1.50.1.

Did anyone else try to reproduce this problem?

- Carsten


On Sep 19, 2009, at 1:24 PM, Detlef Steuer wrote:

>
> Further investigation shows beheaviour depends on emacs version.
>
> On Suse 11.0 / emacs 22.2.1
>
> I can C-u C-c C-c in the first table an the TBLFM is applied as  
> expected.
>
> On Suse 11.1 / emacs 22.3.1 I get the result shown.
> It had worked on this machine, too, until a few days ago.
>
> My .emacs files, org-mode version and org files are identical.
> (rsync'ed them for testing and to be sure)
>
> Ok, here I'm lost completely, and any help is appreciated.
>
> detlef
>
>
> On Sat, 19 Sep 2009 11:21:19 +0200
> Detlef Steuer <detlef.steuer@gmx.de> wrote:
>
>> | total | gefahren | remote(OTHER, Kosten) | pro Tag |   |
>> |       | Kosten   |                       | pro Tag |   |
>> |-------+----------+-----------------------+---------+---|
>> #+TBLFM: @1$3=remote(OTHER,@2$2)
>>
>> #+TBLNAME: OTHER
>> | Manufaktur T50 |     |
>> |                | 100 |
>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: problem with remote tables
  2009-09-21 17:13   ` Carsten Dominik
@ 2009-09-21 18:03     ` Detlef Steuer
  2009-09-22 10:59       ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Detlef Steuer @ 2009-09-21 18:03 UTC (permalink / raw)
  To: emacs-orgmode

On Mon, 21 Sep 2009 18:13:12 +0100
Carsten Dominik <carsten.dominik@gmail.com> wrote:

> Hi Detlef,
> 
> this works fine for me under both Emacs 22.1.1 and 23.1.50.1.

It doesn't work for emacs 22.2.1. 22.1.1 worked here, too.
In the meantime I upgraded to 23.1.x and ererything works well again.

Not really solved, but probably not worth any more time.

Detlef

> 
> Did anyone else try to reproduce this problem?
> 
> - Carsten
> 
> 
> On Sep 19, 2009, at 1:24 PM, Detlef Steuer wrote:
> 
> >
> > Further investigation shows beheaviour depends on emacs version.
> >
> > On Suse 11.0 / emacs 22.2.1
> >
> > I can C-u C-c C-c in the first table an the TBLFM is applied as  
> > expected.
> >
> > On Suse 11.1 / emacs 22.3.1 I get the result shown.
> > It had worked on this machine, too, until a few days ago.
> >
> > My .emacs files, org-mode version and org files are identical.
> > (rsync'ed them for testing and to be sure)
> >
> > Ok, here I'm lost completely, and any help is appreciated.
> >
> > detlef
> >
> >
> > On Sat, 19 Sep 2009 11:21:19 +0200
> > Detlef Steuer <detlef.steuer@gmx.de> wrote:
> >
> >> | total | gefahren | remote(OTHER, Kosten) | pro Tag |   |
> >> |       | Kosten   |                       | pro Tag |   |
> >> |-------+----------+-----------------------+---------+---|
> >> #+TBLFM: @1$3=remote(OTHER,@2$2)
> >>
> >> #+TBLNAME: OTHER
> >> | Manufaktur T50 |     |
> >> |                | 100 |
> >
> >
> >
> >
> > _______________________________________________
> > Emacs-orgmode mailing list
> > Remember: use `Reply All' to send replies to the list.
> > Emacs-orgmode@gnu.org
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: problem with remote tables
  2009-09-21 18:03     ` Detlef Steuer
@ 2009-09-22 10:59       ` Carsten Dominik
  0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2009-09-22 10:59 UTC (permalink / raw)
  To: Detlef Steuer; +Cc: emacs-orgmode

Hi Detlef,

I went back to Emacs 22.2 and tried to reproduce it there - without  
success.
So, I am closing this thread...

- Carsten

On Sep 21, 2009, at 7:03 PM, Detlef Steuer wrote:

> On Mon, 21 Sep 2009 18:13:12 +0100
> Carsten Dominik <carsten.dominik@gmail.com> wrote:
>
>> Hi Detlef,
>>
>> this works fine for me under both Emacs 22.1.1 and 23.1.50.1.
>
> It doesn't work for emacs 22.2.1. 22.1.1 worked here, too.
> In the meantime I upgraded to 23.1.x and ererything works well again.
>
> Not really solved, but probably not worth any more time.
>
> Detlef
>
>>
>> Did anyone else try to reproduce this problem?
>>
>> - Carsten
>>
>>
>> On Sep 19, 2009, at 1:24 PM, Detlef Steuer wrote:
>>
>>>
>>> Further investigation shows beheaviour depends on emacs version.
>>>
>>> On Suse 11.0 / emacs 22.2.1
>>>
>>> I can C-u C-c C-c in the first table an the TBLFM is applied as
>>> expected.
>>>
>>> On Suse 11.1 / emacs 22.3.1 I get the result shown.
>>> It had worked on this machine, too, until a few days ago.
>>>
>>> My .emacs files, org-mode version and org files are identical.
>>> (rsync'ed them for testing and to be sure)
>>>
>>> Ok, here I'm lost completely, and any help is appreciated.
>>>
>>> detlef
>>>
>>>
>>> On Sat, 19 Sep 2009 11:21:19 +0200
>>> Detlef Steuer <detlef.steuer@gmx.de> wrote:
>>>
>>>> | total | gefahren | remote(OTHER, Kosten) | pro Tag |   |
>>>> |       | Kosten   |                       | pro Tag |   |
>>>> |-------+----------+-----------------------+---------+---|
>>>> #+TBLFM: @1$3=remote(OTHER,@2$2)
>>>>
>>>> #+TBLNAME: OTHER
>>>> | Manufaktur T50 |     |
>>>> |                | 100 |
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Emacs-orgmode mailing list
>>> Remember: use `Reply All' to send replies to the list.
>>> Emacs-orgmode@gnu.org
>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-09-22 10:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-19  9:21 problem with remote tables Detlef Steuer
2009-09-19 12:24 ` Detlef Steuer
2009-09-21 17:13   ` Carsten Dominik
2009-09-21 18:03     ` Detlef Steuer
2009-09-22 10:59       ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).