After moving to zsh and installing MacTeX, I can run pdflatex fine from the Terminal.
$ which pdflatex /Library/TeX/texbin/pdflatex I copy that location, itself a soft link
/Library/tex/texbin: lrwxr-xr-x /Library/tex/texbin/ -> ../.DefaultTeX/Contents/Programs/texbin (which presumably will ultimately lead to /usr/local/texlive/2023/bin/universal-darwin) to my .emacs
(setq shell-file-name "zsh") (setq exec-path (append exec-path '( "/Library/TeX/texbin/latexmk/" ))) Yet when running the C-c C-e l o Org export-to-latex dance, I get
zsh:1: command not found: latexmk
exec-pathis used for Emacs, notzsh.latexmk. I don't see your point.command not found: latexmk...