Re: [PATCH] Bugfix to org-babel-remove-temporary-stable-directory

2022-07-07 Thread Ihor Radchenko
Mark Dawson writes: > * ob-core.el (org-babel-remove-temporary-stable-directory): This > function was failing when `org-babel-temporary-stable-directory' was > nil. This variable is nil when initialised. The function > now checks that the variable is non-nil before attempting to call >

[PATCH] Bugfix to org-babel-remove-temporary-stable-directory

2022-07-06 Thread Mark Dawson
* ob-core.el (org-babel-remove-temporary-stable-directory): This function was failing when `org-babel-temporary-stable-directory' was nil. This variable is nil when initialised. The function now checks that the variable is non-nil before attempting to call `file-exists-p`. TINYCHANGE ---