Skip to content

Commit

Permalink
moved (require 'org) to global instead of inline
Browse files Browse the repository at this point in the history
  • Loading branch information
yilkalargaw authored Feb 14, 2021
1 parent cedd4dc commit ec4341f
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 ec4341f

Please sign in to comment.