diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-12-02 07:56:57 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-12-02 07:56:57 -0500 |
commit | f982ed33470f8595cc348d12b6f73df5d1d8ba93 (patch) | |
tree | 0fd6a6cbad0055edbcfc7b30c870292e2e3989cb /emacs | |
parent | a529e16a5e4a9ea2daf515c49fd52056fa7614fa (diff) |
org
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.doom.d/config.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 4b106db..3d65f95 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -103,6 +103,8 @@ (setq force (or force current-prefix-arg)) (let* ((static-files-re (string-join '("css" "txt" "jpg" "png" "gif" "svg") "\\|")) (files-to-include (kj/find-agenda-files-containing-tag kj/publish-tag)) + ;; Disable org babel exports during publish entirely to speed up publish. + (org-export-use-babel nil) (org-babel-default-header-args (kj/assq-replace '((:exports . "both") (:eval . "never-export")) org-babel-default-header-args)) |