emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Using a latex auxdir
@ 2024-05-14  3:24 Rustom Mody
  2024-05-14  3:26 ` Rustom Mody
  2024-05-17 11:10 ` Ihor Radchenko
  0 siblings, 2 replies; 5+ messages in thread
From: Rustom Mody @ 2024-05-14  3:24 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 474 bytes --]

HI folks!

Long time!!

I wanted to keep all my latex generated files inside auxdir.
So I changed org-latex-pdf-process thus:

(setq org-latex-pdf-process
      '("latexmk -f -pdf -%latex -interaction=nonstopmode -auxdir=%oauxdir
%f"
"mv %F %oauxdir"  ))

But this confuses org and I dont get C-c C-e l p generating from the old
org file.
I thought the mv which moves the generated tex file into the auxdir is
confusing org.
But removing it does not help.

Any suggestions?

[-- Attachment #2: Type: text/html, Size: 727 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-18 12:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14  3:24 Using a latex auxdir Rustom Mody
2024-05-14  3:26 ` Rustom Mody
2024-05-17 11:10 ` Ihor Radchenko
2024-05-18  4:46   ` Rustom Mody
2024-05-18 12:19     ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).