Jake <jforst.mail...@gmail.com> writes:

> From emacs -Q:
>
> Evaluate
> (setq org-latex-remove-logfiles t)
>
> Open an org file and export it to latex PDF (C-c C-e l p).
> Export it again.  There is an error and the messages buffer shows:
>
> ```
> Processing LaTeX file test.tex...
> Rc files read:
>   NONE
> Latexmk: This is Latexmk, John Collins, 27 Dec. 2024. Version 4.86a.
> Latexmk: Nothing to do for 'test.tex'.
> Latexmk: All targets (test.pdf) are up-to-date
>
> org-compile-file: File "test.pdf" wasn’t produced  See "*Org PDF LaTeX
> Output*" for details
> ```

org-compile-file demanded the compilation target to be newer than .tex
source, which is apparently too strong requirement.

Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=499bd92e2

-- 
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>

Reply via email to