Nick Dokos <ndo...@gmail.com> writes:
> Peter Davis <p...@pfdstudio.com> writes: > >> I'm trying to export PDF from org, but I'm getting the error: >> >> pdflatex: Command not found. [3 times] >> >> I've checked the definition of exec-path, and it includes >> "/usr/texbin", which is where tcsh tells me the executable is. >> >> Any ideas? >> > > Backtrace? Sorry. Here's the backtrace: Debugger entered--Lisp error: (error "PDF file ./test.pdf wasn't produced") signal(error ("PDF file ./test.pdf wasn't produced")) error("PDF file ./test.pdf wasn't produced") org-latex-compile("./test.tex") #[(file) "\301!\207" [file org-latex-compile] 2]("./test.tex") org-export-to-file(latex "./test.tex" nil nil nil nil nil #[(file) "\301!\207" [file org-latex-compile] 2]) org-latex-export-to-pdf(nil nil nil nil) (org-open-file (org-latex-export-to-pdf nil s v b)) (if a (org-latex-export-to-pdf t s v b) (org-open-file (org-latex-export-to-pdf nil s v b))) (lambda (a s v b) (if a (org-latex-export-to-pdf t s v b) (org-open-file (org-latex-export-to-pdf nil s v b))))(nil nil nil nil) org-export-dispatch(nil) call-interactively(org-export-dispatch nil nil) command-execute(org-export-dispatch) This seems less useful to me than the *Messages* buffer: Debug on Error enabled globally org-babel-exp processing... executing Dot code block... Wrote /var/folders/d4/xb7t0gbd0f97p6494kz5xzdnmlncz8/T/babel-2213VOW/ob-input-22136yU Code block evaluation complete. Saving file /Users/davisp/Dropbox/HMH/test.tex... Wrote /Users/davisp/Dropbox/HMH/test.tex Processing LaTeX file ./test.tex... pdflatex: Command not found. [3 times] Entering debugger... Mark set End of buffer I did verify that the shell, my default of tcsh, does show pdflatex at the right location, /usr/texbin/pdflatex Thanks, -pd