Re: [BUG] Babel Noweb and python name clashing [9.6.1 (9.6.1-??-fe92a3ced @ /var/home/kwalerie/.emacs.d/.local/straight/build-27.1/org/)]

2023-04-23 Thread Ihor Radchenko
Weaver Marquez writes: > Expected Behaviour: > The two code snippets below have the exact same code, except one has its > Babel name as =savefig=, which is a function name inside its code > block, and the other doesn't. > > ... > ==---== > #+name: doesnt-work Works on my side. Cannot reproduce.

[BUG] Babel Noweb and python name clashing [9.6.1 (9.6.1-??-fe92a3ced @ /var/home/kwalerie/.emacs.d/.local/straight/build-27.1/org/)]

2023-04-22 Thread Weaver Marquez
Following the Worg documentation for python babel linked [[here][https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-python.html]], I had a lot of trouble with the =savefig= related examples. Expected Behaviour: The two code snippets below have the exact same code, except one has its Babel