Org-mode tables: refer to a field in a table from a formula in another table

I am planning a project with org-mode. I have some tables with some calculations. I need a way to create a table that summarizes data from previous tables.

Is there a way to refer to field values ​​between tables?

+4
source share
1 answer

Yes, this is explained in the manual for links mode in the remote references section.

+5
source

Source: https://habr.com/ru/post/1402013/


All Articles