Hi Ihor, On 2025-07-21 at 14:46 -04, Ihor Radchenko <yanta...@posteo.net> wrote... > `org-babel-temp-file' *creates* a file. So, (not (file-readable-p > tmpfile)) is always nil always ignored. Rather than checking for > `file-readable-p', you may look into modification time or the file > size.
So this works: (while (= (nth 7 (file-attributes tmpfile)) 0) ;; file size is 0 (message "org-babel-screen: Still executing...")) Would you prefer a message printed 22x, or sleeping for 0.01 seconds? > Could you follow the commit message format as described in > https://orgmode.org/worg/org-contribute.html#commit-messages (In > general, please read https://orgmode.org/worg/org-contribute.html and > https://orgmode.org/worg/org-maintenance.html as a maintainer) I read CONTRIB and instructions therein, but perhaps did not follow them well enough. I'll re-read for next submission. -k.