"Alexis Praga" <[email protected]> writes: > Sorry for the late reply, I didn't have access to the Windows machine up > until now. I set `(setq org-latex-pdf-process '("tectonic --outdir=%o > %f"))` then : > ... > | 2 -> (shell-command "tectonic --outdir=\"./\" > \"20260127T171225--résultats-article__todo.tex\"" #<buffer *Org PDF LaTeX > Output*>)
Thanks! Can you 1. Export .org to .tex file 2. Open the .tex file 3. Run (shell-command "tectonic --outdir=\"./\" \"20260127T171225--résultats-article__todo.tex\"" "*test*") from inside there 4. Open *test* buffer and check what happens there -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
