Re: [O] [PATCH 01/10] Fix org-babel-R-initiate-session

2013-04-03 Thread Eric Schulte
Aaron Ecay aarone...@gmail.com writes: * lisp/ob-R.el (org-babel-R-initiate-session): handle case where the session buffer exists, but does not have a live process Applied, but I removed an unnecessary save-excursion nested inside of a save-window-excursion. Thanks! -- Eric Schulte

[O] [PATCH 01/10] Fix org-babel-R-initiate-session

2013-03-31 Thread Aaron Ecay
* lisp/ob-R.el (org-babel-R-initiate-session): handle case where the session buffer exists, but does not have a live process If the session buffer exists, but the user has exited the R process manually, then the (R) command will create a new buffer, then try to rename it over the old buffer,