Hi Suvayu,
thanks for the info. Actually I was looking for a more automatized version.
I used
#+TBLFM: $1=remote(prf94120_orig, @@#$6)
To get the data from one into another table.
That works great, but it requires to create a table exactly as long as the
original, otherwise all remaining rows of t
On Sat, Jul 13, 2013 at 11:03:37PM +0200, Torsten Wagner wrote:
> Hi again,
>
> I was wondering, is there a way to copy the entire column of one table into
> another possibly adding rows to the target table to make it fit?
See:
org-table-copy-region
org-table-paste-rectangle
Cheers,
--
Suvayu
Hi again,
I was wondering, is there a way to copy the entire column of one table into
another possibly adding rows to the target table to make it fit?
I know I can use $1=remote(original, @@#$6) to copy row 6 into row 1
(albeit I did not yet fully understand the @@# part)
However, I would to take