Re: Multiple noweb-ref

2023-02-26 Thread Théo Maxime Tyburn
Hi Ihor, >> Anyway I tried to hack my way trough it. It seems there are two things >> to do : >> 1) Enable noweb-ref to contain multiple references. >> 2) Accumulate references when using header-args+ or use tags to set the >> value of noweb-ref >> >> I came up with a quick patch for 1): >> modifi

Multiple noweb-ref

2023-02-10 Thread Théo Maxime Tyburn
Hi, I have several code blocks that I label using `:noweb-ref label`. I set them for all blocks under a subtree by setting the org property `header-args+` of the root of the subtree to `:noweb-ref label`. Now with this approach, I can't accumulate `noweb-ref` like I could do for tags. I would lik