> -----Original Message----- > From: n...@dokosmarshall.org [mailto:n...@dokosmarshall.org] On Behalf > Of Nick Dokos > Sent: Thursday, December 01, 2011 9:21 AM > > Forgive my ignorance: how do I check the ESS version? And what does ESS > have to do with R? I thought this was an R code block, but as you can > probably tell, I'm an ignoRamus.
ESS is the mechanism by which org-mode interfaces with a running R process. And I think I left out a crucial piece of information in my first message: I run R in a session buffer, my full .org file looks like this: ################################### #+TITLE: Test doc #+AUTHOR: Ken Williams #+BABEL: :session *Rt* * My Header Some code: #+begin_src R ddply(x, #+end_src ################################### With that change, is the hang reproducible? > If that does not bear fruit, you can M-x toggle-debug-on-quit, run the code > block and press C-g to get a backtrace. Rinse, repeat to see whether you > always stop at the same point. It's somewhat hit-or-miss but it can be > effective sometimes. I could *SWEAR* I had tried C-g to abort the running R command (and C-c C-c, and C-c C-g, and about a dozen other things), but couldn't get it to react. Now it aborts as desired. I must have not actually tried a simple C-g. I can never remember which keys abort which aspect of operation. When I'm armed with that C-g, the hang is a much smaller issue! -Ken CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of any kind is strictly prohibited. If you are not the intended recipient, please contact the sender via reply e-mail and destroy all copies of the original message. Thank you.