Avoid race condition in ob-R code responsible for writing result to disk
commitcec8711a44a9a1ac6552546c05ec0623a2bf9e45
authorDan Davison <dandavison7@gmail.com>
Fri, 20 May 2011 20:30:45 +0000 (20 13:30 -0700)
committerDan Davison <dandavison7@gmail.com>
Fri, 20 May 2011 20:30:45 +0000 (20 13:30 -0700)
tree3b96759f508458810b96178e71848ca7bdf2d425
parent7af369da697930ab89b0c26d52b13b3ebf3ec8c1
Avoid race condition in ob-R code responsible for writing result to disk

Slight modification of patch by Christophe Rhodes

* lisp/ob-R.el (org-babel-R-write-object-command): Ensure that all
  data is written to the results file before Emacs notices that the file
  exists.
lisp/ob-R.el