emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Can't import a remote reference to a whole column in o


From: Carsten Dominik
Subject: Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl
Date: Tue, 6 Apr 2010 07:15:24 +0200

Hi Michael,

this is neat, but still kind of hard to do, because you have to put all these formulas there by hand. I am skipping this for the manual - maybe you'd like to put this into org-hacks, or into the FAQ on Worg?

Thanks.

Also:

On Apr 5, 2010, at 8:26 PM, Michael Brand wrote:

address@hidden For the second example, table FOO must have at least as many rows -as the current table. address@hidden computation time scales as -O(N^2) because table FOO is parsed for each field to be copied.} for large
-number of rows.


"At least" because you can also put a partial column into a shorter column
in the new table.

- Carsten

address@hidden For the second example, table FOO should have at least as many rows +as the current table to avoid orphaned fields. address@hidden +computation time scales as O(N^2) because table FOO is parsed for each field +to be copied.} for large number of rows. For the third example, table FOO +should have at least as many columns as the current table has rows to avoid +orphaned fields. By applying this column formula to each column an entire +table can be transposed. Inefficient in the same way as the second example.

@subsubheading Named references
@cindex named references
--- a/ORGWEBPAGE/Changes.org
+++ b/ORGWEBPAGE/Changes.org
@@ -437,8 +437,10 @@ respectively.  These can be useful in so
example, to sequentially number the fields in a column, use
address@hidden as column equation.

-One application is to copy a column from a different table.  See
-the manual for details.
+Other applications are to copy a column from a different table to a
+column, to copy a row from a different table transposed to a column
+or to copy an entire table while transposing it.  See the manual for
+details.

Thanks to Michael Brand for this feature.

======================================================================

- Carsten







reply via email to

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