[Org source] Fix mkdirp tangling argument

This commit is contained in:
2020-09-28 18:09:45 +02:00
parent e13ea9224e
commit 7b2c7d8145
8 changed files with 52 additions and 55 deletions

View File

@@ -5,7 +5,7 @@
#+HTML_HEAD_EXTRA: <meta property="og:title" content="Phundrak's AwesomeWM config" />
#+HTML_HEAD_EXTRA: <meta property="og:description" content="Description of the AwesomeWM config file of Phundrak" />
#+PROPERTY: header-args :noweb yes :tangle no :exports none
#+PROPERTY: header-args:lua :tangle ~/.config/awesome/rc.lua :exports code :noweb yes
#+PROPERTY: header-args:lua :tangle ~/.config/awesome/rc.lua :exports code :noweb yes :mkdirp yes
* Introduction
:PROPERTIES:
@@ -1490,7 +1490,6 @@
awful.spawn.with_shell("autostart")
#+END_SRC
* What to do now :noexport:
:PROPERTIES:
:CUSTOM_ID: What_to_do_now-bce61fe1