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

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

[nongnu] elpa/org-auto-tangle ea2ca74a68 48/56: Update org-auto-tangle.e


From: ELPA Syncer
Subject: [nongnu] elpa/org-auto-tangle ea2ca74a68 48/56: Update org-auto-tangle.el
Date: Mon, 6 Jun 2022 11:58:55 -0400 (EDT)

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

    Update org-auto-tangle.el
---
 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 960917af32..8be64716f3 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -72,7 +72,7 @@ all Org buffers unless `#+auto_tangle: nil' is set.")
   (async-start
    (let ((args (list file)))
      `(lambda ()
-       ;; (require 'org)
+       (require 'org)
        (let ((start-time (current-time)))
          (apply #'org-babel-tangle-file ',args)
          (format "%.2f" (float-time (time-since start-time))))))



reply via email to

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