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

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