noweb: the lesser known org babel glue

https://xenodium.com/noweb-more-glue-for-your-org-toolbox/

7 points · 3 comments · view on lemmy.world

3 Comments

4ffy@lemmy.ml · 4 pts · 3y

I recently wrote a literate R document where I added features to a plot one at a time and then showed the result of each. That's a lot of repetitive code. This could have both cut down on copy-pasting and helped to propagate changes in an earlier plot to the later ones. Next time for sure.