[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 --- lisp/ob

[PATCH] ob-tangle.el: Fix error in org-tangle from org-src edit buffer

2021-09-11 Thread Mark Dawson
[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(+