Re: Multiple noweb-ref

2023-03-03 Thread Ihor Radchenko
Théo Maxime Tyburn writes: >> + is a bit awkward. >> Space would be more logical as separator. >> Though I am wondering if people are using noweb reference names with >> spaces in the wild. > > Might be. So maybe we could use another non-alphabetical character? What > about "|" ? I do not feel l

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

Re: Multiple noweb-ref

2023-02-20 Thread Ihor Radchenko
Théo Maxime Tyburn writes: > What I would like to have, when I expand `<>` is to get all the blocks > under A, and when I expand `<>` I get all the blocks under B. For > now when I expand `<>` I only get the blocks under A that are not under > B. > > Is there a way to do this with the current fe