On 2019-08-18 at 04:23 -04, Uwe Brauer <o...@mat.ucm.es> wrote... > I was googling this a bit, I found more complicated scenarios, but not > how to join one or more tables. > > [...] > > I want to generate a new table total-nuts, which is just a combination > of the two tables, nuts and nuts2
Does https://github.com/tbanel/orgtbljoin do what you want? -k.