ob-lob.el (org-babel-lob-execute): Fix reference to non-existent variable.

* ob-lob.el (org-babel-lob-execute): Fix reference to
non-existent variable.
This commit is contained in:
Bastien Guerry 2012-07-06 08:56:01 +02:00
parent b5eccf94df
commit ccbcb0f9b6
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ if so then run the appropriate source block from the Library."
(prog1 (org-babel-execute-src-block
nil (mkinfo (org-babel-process-params pre-params)))
;; update the hash
(when hash (org-babel-set-current-result-hash new-hash)))))))
(when new-hash (org-babel-set-current-result-hash new-hash)))))))
(provide 'ob-lob)