Re: Problem when tangling source blocks with custom coderefs

2022-11-09 Thread Ihor Radchenko
Luis Osa writes: > I would like to tangle source code blocks that contain coderefs. I have > found that the coderefs are correctly filtered out from the tangled files > if they follow the default format, i.e. "(ref:%s)", but not if I try to > customize the format using the documented "-l" switch

Re: Problem when tangling source blocks with custom coderefs

2022-10-23 Thread Ihor Radchenko
Tom Gillespie writes: >I don't think you are doing anything wrong. IIRC the portion of the > patch that allowed the customization to propagate to the tangled code > was not included. Given that I am no longer the only one who is > looking for/expecting this behavior, maybe it is worth

Re: Problem when tangling source blocks with custom coderefs

2022-01-19 Thread Luis Osa
Hi Tom, The simplest fix right now would be to prepend your coderef > with the python comment symbols # |hello| so that at the very least it > won't break your tangled files. Actually, that is exactly what I have done as a quick fix. It has a minor inconvenience: anything else included on the

Re: Problem when tangling source blocks with custom coderefs

2022-01-18 Thread Tom Gillespie
Hi Luis, I don't think you are doing anything wrong. IIRC the portion of the patch that allowed the customization to propagate to the tangled code was not included. Given that I am no longer the only one who is looking for/expecting this behavior, maybe it is worth revisiting the decision. The

Problem when tangling source blocks with custom coderefs

2022-01-18 Thread Luis Osa
Dear all, I would like to tangle source code blocks that contain coderefs. I have found that the coderefs are correctly filtered out from the tangled files if they follow the default format, i.e. "(ref:%s)", but not if I try to customize the format using the documented "-l" switch [1] to change