After getting to know org mode here, I tried it out. It seems to be, indeed, very helpful. However, I want it to work smoothly with LaTeX, and as a compiling script I want to use latexmk.
I followed the instruction here trying to make org-mode use latexmk as the compiling engine/script. Unfortunately, this doesn't work for me. The resulting .tex file is perfect and I can manually compile it using latexmk, but it won't work directly.
(add-to-list 'load-path "/usr/texbin/")to my.emacs. In this directory there is a linklatexmk. How can I check the external process? Thnx!! – Dror Feb 08 '11 at 13:23echo "start: $0 $*" >> logfile; /usr/texbin/latexmk "$@"; xstat=$?; echo "end $xstat: $0 $*" >> logfile; exit $xstatas the payload of a shell script called $wrapperbindir/latexmk on Unix. – Charles Stewart Feb 08 '11 at 13:49C-c C-e p. This will probably be helpful. – Dror Feb 08 '11 at 16:13You might be better off asking on the
– cm2 Feb 08 '11 at 16:58org-modeusers mailing list here. They are generally pretty quick to respond with useful information.