branch: elpa/org-auto-tangle
commit b23eafd743b10b6f4629976ab6af17de23696a48
Author: lispy-dobby <[email protected]>
Commit: lispy-dobby <[email protected]>
corrected the variable name in conditialal when
---
org-auto-tangle.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-auto-tangle.el b/org-auto-tangle.el
index 544bafafe9..80c20bb4e0 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -59,7 +59,7 @@
(add-hook 'org-mode-hook
(lambda ()
- (when auto-tangle-tangle-on-save
+ (when org-auto-tangle-tangle-on-save
(defun org-auto-tangle-find-value (buffer)
"Search the `auto_tangle' property in BUFFER and extracts it
when found."
(with-current-buffer buffer