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:

-...@noindent For the second example, table FOO must have at least as many rows -as the current table. ineffici...@footnote{the 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

+...@noindent For the second example, table FOO should have at least as many rows +as the current table to avoid orphaned fields. ineffici...@footnote{the +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
~...@#~ 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





_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to