Bastien <b...@gnu.org> writes: > Hi Baptiste, > > Baptiste <bate...@bat.fr.eu.org> writes: > >> Is there a way back (or the other way), that is, create org entries with >> associated properties from a table. > > Not to my knowledge (and that of the Org FAQ, FWIW...) > > Sorry!
If you were very, very adventurous, however, you could make a babel block that read rows from a table, marshaled the data into an org-element parse tree (maybe use `org-element-at-point' on an example heading to see what the parse tree should look like), and then use `org-element-interpret-data' to write the tree(s) as text in org syntax. Probably a lot of work...