|
@@ -243,9 +243,7 @@ This function is called by `org-babel-exp-do-export'. The code
|
|
|
block will be evaluated. Optional argument SILENT can be used to
|
|
|
inhibit insertion of results into the buffer."
|
|
|
(when (and org-export-babel-evaluate
|
|
|
- (not (and hash
|
|
|
- (equal hash (org-babel-exp-in-export-file (nth 0 info)
|
|
|
- (org-babel-result-hash info))))))
|
|
|
+ (not (and hash (equal hash (org-babel-current-result-hash)))))
|
|
|
(let ((lang (nth 0 info))
|
|
|
(body (nth 1 info)))
|
|
|
;; skip code blocks which we can't evaluate
|