summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/Bootstrap.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-25 09:32:46 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-25 09:32:46 +0100
commit767aa5b69fdb8459075b3f7b04addee3c7a282a8 (patch)
treefe7f3c49273c05ad5cf329c02c199ffcf98df104 /site/cleopatra/Bootstrap.org
parentRework the revisions table script to make it more readable (diff)
Allow cleopatra to create missing directories
Diffstat (limited to 'site/cleopatra/Bootstrap.org')
-rw-r--r--site/cleopatra/Bootstrap.org2
1 files changed, 2 insertions, 0 deletions
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)))