Skip to content

Commit

Permalink
Update org-auto-tangle.el
Browse files Browse the repository at this point in the history
  • Loading branch information
yilkalargaw authored Feb 14, 2021
1 parent ec4341f commit ea2ca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-auto-tangle.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))))
Expand Down

0 comments on commit ea2ca74

Please sign in to comment.