branch: elpa/org-auto-tangle commit 29b1d7d53375a2a676374917e75fd8eae38e9ad5 Author: davisrichard437 <davisrichard...@gmail.com> Commit: davisrichard437 <davisrichard...@gmail.com>
Adding more configuration variables to be read by org-auto-tangle-async. --- org-auto-tangle.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/org-auto-tangle.el b/org-auto-tangle.el index 2b29638922..8c2f304911 100644 --- a/org-auto-tangle.el +++ b/org-auto-tangle.el @@ -83,7 +83,9 @@ for a specific file, add its full path to this list.") (let ((start-time (current-time)) (non-essential t) (org-confirm-babel-evaluate (not (member ,file ',org-auto-tangle-babel-safelist))) - (org-src-preserve-indentation ,org-src-preserve-indentation)) + (org-src-preserve-indentation ,org-src-preserve-indentation) + (org-babel-pre-tangle-hook ,org-babel-pre-tangle-hook) + (org-babel-post-tangle-hook ,org-babel-post-tangle-hook))) (apply #'org-babel-tangle-file ',args) (format "%.2f" (float-time (time-since start-time)))))) (let ((message-string (format "Tangling %S completed after" file)))