* 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
---
lisp/ob
[PATCH] ob-tangle.el: Fix error in org-tangle from org-src edit
buffer
(org-babel-tangle) : Fix stringp error which happens when confirming
successful tangle when `org-babel-tangle` is called from an org-src edit
buffer.
TINYCHANGE
---
lisp/ob-tangle.el | 5 -
1 file changed, 4 insertions(+