gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
737 stars 111 forks source link

fix issue #180 #183

Open simonpintarelli opened 6 years ago

simonpintarelli commented 6 years ago

Emacs 26.1 hangs during write-file called from ob-ipython--write-string-to-file and ob-ipython--write-base64-string when delete-trailing-whitespace is in the before-save-hook. Set save-mode-hook to nil before calling write-file.