Ihor Radchenko <yanta...@gmail.com> writes: > Kodi Arfer <li...@arfer.net> writes: > >>> Are you sure that you have :file parameter in the source block you tried >>> to execute? >> >> Yes, this is my code block: >> >> #+begin_src hy :file g/foo.png >> (plt.scatter [1 2 3] [4 5 -9]) >> #+end_src > > What about > > #+begin_src hy :results file :file g/foo.png > (plt.scatter [1 2 3] [4 5 -9]) > #+end_src > > ?
If this code works for you, the problem is the folloing incompatible change in Org 9.3 (see etc/ORG-NEWS file in the repo): * Version 9.3 ** Incompatible changes *** ~:file~ header argument no longer assume "file" ~:results~ The "file" ~:results~ value is now mandatory for a code block returning a link to a file. The ~:file~ or ~:file-ext~ header arguments no longer imply a "file" result is expected. Best, Ihor