Re: [PATCH] org-babel-tangle: Do not allow tangling into self

2024-01-26 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> The attached patch makes Org throw an error in such scenario. > > This is a great feature (and it deserves a test, given it protects from > data loss). For what is worth, I remember making this error at least > twice in the past year. (Git

Re: [PATCH] org-babel-tangle: Do not allow tangling into self

2024-01-10 Thread Rudolf Adamkovič
Ihor Radchenko writes: > The attached patch makes Org throw an error in such scenario. This is a great feature (and it deserves a test, given it protects from data loss). For what is worth, I remember making this error at least twice in the past year. (Git saved me in both cases, fortunately.)