Re: how to org-babel-detangle with nested noweb?

2021-10-18 Thread edgar
On 2021-10-18 16:31, Tom Gillespie wrote: Hi Edgar, Degangling of nested noweb blocks tangled using :comments noweb is broken at the moment. There are some deep bugs that need to be worked out, and last time I looked at the code I think my conclusion that it was better to do a complete

Re: how to org-babel-detangle with nested noweb?

2021-10-18 Thread Tom Gillespie
Hi Edgar, Degangling of nested noweb blocks tangled using :comments noweb is broken at the moment. There are some deep bugs that need to be worked out, and last time I looked at the code I think my conclusion that it was better to do a complete rewrite starting from a new specification of the

how to org-babel-detangle with nested noweb?

2021-10-16 Thread edgar
Hi, I am tangling Python files with =:comments link=. I don't know if a way already exits, but I would like to detangle (=org-babel-detangle=) /noweb/ blocks. For instance: #+name: binary_metrics.py #+begin_src python import numpy as np np.random.seed(42) true_vals =