在 2026/4/2 03:12, Dr. Arne Babenhauserheide 写道:
Ihor Radchenko<[email protected]> writes:
lux<[email protected]> writes:
We should better use org-babel-process-file-name that also handles tramp
file names.
I am canceling the patch, in favor of the alternative fix.
Canceled.
Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b9ba12c2c
Thank you!
Also for the other modes where you fix it there!
Best wishes,
Arne
ob-dot.el has not been fully fixed, the `cmdline' still has issues, example:
#+begin_src dot :file /tmp/poc1.png :cmdline "-Tpng ; uname >
/tmp/pwn.txt #"
digraph { A -> B; }
#+end_src