Hi, I'm hoping somebody can help me with this I'm a little stuck, I've followed the method as closely to the Linux way to get org mode exporting to pdf through latex my work with R.
I have emacs extracted and installed to Program Files, and ran "addpm", I have Rterm in my path, and I extracted ESS and Org 7.4 to Program Files\emacs-22.3\site lisp. I've edited .emacs.d\init.el (a .emacs file was too awkward with windows way of naming files) to include the strings required to load ESS: (require 'ess-site), and then all the lines on the org-documentation required to activate org mode 7.4, and I went into the customization options in Emacs and made it so babel would load the R language. Normally this is enough to get the thing working, then when I choose to export to PDF through latex (pdflatex - 3 times in the customization options, as is default) I don't get any of the R output in my PDF or any of the echoed commands. However I don't get any errors upon export. The intermediate .tex files don't show any entry of verbatim at all, yet it asks me if I want to evaluate each R chunk. My Log files produced or the AUC file don't show any errors and my TeXLive tree is up to date. Hopefully some fellow Windows 7 org and R user will be able to help me out on this. Cheers, Ben. -- View this message in context: http://r.789695.n4.nabble.com/Windows-7-R-and-org-babel-issue-tp3170598p3170598.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.