* how to update remote calls?
@ 2022-05-22 6:34 Uwe Brauer
2022-05-22 6:57 ` [SOLVED, but ] (was: how to update remote calls?) Uwe Brauer
0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2022-05-22 6:34 UTC (permalink / raw)
To: emacs-orgmode
Hi
I have the following example
#+begin_src
,** Statistic
:PROPERTIES:
:ID: test-master
:END:
| Result |
|-----------|
| 7.5 |
| 4.3 |
| 7.5 |
| 5.5 |
| 8.5 |
| 7.5 |
| 8.2 |
| 9 |
| 8.5 |
| 7 |
| 7.5 |
| 8.5 |
| 7 |
| 6 |
| 7 |
|-----------|
| lower bound | upper bound | frequency |
|-------------+-------------+-----------|
| 0 | 4.9 | 1 |
| 5 | 10 | 14 |
,#+TBLFM: $3='(length (org-lookup-all '($1 $2) '(remote(test-master,@I$1..@II$1)) nil 'in-interval));N
| Mean | Desviation | Median |
|------+------------+--------|
| 7.3 | 1.2 | 7.5 |
,#+TBLFM: $1=vmean(remote(test-master,@I$1..@II$1));f-1::$2=vpsdev(remote(test-master,@I$1..@II$1));f-1::$3=vmedian(remote(test-master,@I$1..@II$1));f-1
#+end_src
Now I if I update the test-master table, is there anyway that the remote calls get updated as well?
Thanks and regards
Uwe Brauer
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [SOLVED, but ] (was: how to update remote calls?)
2022-05-22 6:34 how to update remote calls? Uwe Brauer
@ 2022-05-22 6:57 ` Uwe Brauer
2022-05-23 8:57 ` [SOLVED, but ] Eric S Fraga
0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2022-05-22 6:57 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 357 bytes --]
>>> "UB" == Uwe Brauer <oub@mat.ucm.es> writes:
> Hi
> I have the following example
It seems that either
1. org-table-recalculate-buffer-tables
2. org-table-iterate-buffer-tables
Does the job, the docstring of both function does clarify the
difference between both.
Can anybody please enlighten me?
Regards
Uwe Brauer
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [SOLVED, but ]
2022-05-22 6:57 ` [SOLVED, but ] (was: how to update remote calls?) Uwe Brauer
@ 2022-05-23 8:57 ` Eric S Fraga
0 siblings, 0 replies; 3+ messages in thread
From: Eric S Fraga @ 2022-05-23 8:57 UTC (permalink / raw)
To: emacs-orgmode
On Sunday, 22 May 2022 at 08:57, Uwe Brauer wrote:
> 1. org-table-recalculate-buffer-tables
> 2. org-table-iterate-buffer-tables
> Can anybody please enlighten me?
My understanding is: the first will be suitable if there is a simple
one-way transfer of data and the tables are in an order that means that
tables with the source of data for another table have been recalculated
before this other table. The second function will be necessary if the
order of the tables is not suitable or if there are circular
dependencies.
--
: Eric S Fraga, with org release_9.5.3-508-ge268e4 in Emacs 29.0.50
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-23 9:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-22 6:34 how to update remote calls? Uwe Brauer
2022-05-22 6:57 ` [SOLVED, but ] (was: how to update remote calls?) Uwe Brauer
2022-05-23 8:57 ` [SOLVED, but ] Eric S Fraga
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.