From 767aa5b69fdb8459075b3f7b04addee3c7a282a8 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Tue, 25 Feb 2020 09:32:46 +0100 Subject: Allow cleopatra to create missing directories --- site/cleopatra/Bootstrap.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'site/cleopatra/Bootstrap.org') diff --git a/site/cleopatra/Bootstrap.org b/site/cleopatra/Bootstrap.org index 2face0b..f8da8ad 100644 --- a/site/cleopatra/Bootstrap.org +++ b/site/cleopatra/Bootstrap.org @@ -120,6 +120,8 @@ restore it using ~git~. (cd (getenv "ROOT")) (setq org-confirm-babel-evaluate nil) (setq org-src-preserve-indentation t) +(add-to-list 'org-babel-default-header-args + '(:mkdirp . "yes")) (org-babel-do-load-languages 'org-babel-load-languages '((shell . t))) -- cgit v1.2.3