emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-auto-tangle b23eafd743 05/56: corrected the variable n


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle b23eafd743 05/56: corrected the variable name in conditialal when
Date: Mon, 6 Jun 2022 11:58:51 -0400 (EDT)

branch: elpa/org-auto-tangle
commit b23eafd743b10b6f4629976ab6af17de23696a48
Author: lispy-dobby <yilkalargawworkneh@gmail.com>
Commit: lispy-dobby <yilkalargawworkneh@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]