Skip to content

Commit ea2ca74

Browse files
authored
Update org-auto-tangle.el
1 parent ec4341f commit ea2ca74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-auto-tangle.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ all Org buffers unless `#+auto_tangle: nil' is set.")
7272
(async-start
7373
(let ((args (list file)))
7474
`(lambda ()
75-
;; (require 'org)
75+
(require 'org)
7676
(let ((start-time (current-time)))
7777
(apply #'org-babel-tangle-file ',args)
7878
(format "%.2f" (float-time (time-since start-time))))))

0 commit comments

Comments
 (0)