From 9595ea7dc484381c3344be2ad145bc1542166cf4 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Sat, 2 Mar 2024 17:22:24 -0500 Subject: [PATCH] Fix header arg issues --- config.org | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config.org b/config.org index a52c8e5..d7ba69f 100644 --- a/config.org +++ b/config.org @@ -2,7 +2,7 @@ #+author: tokinanpa #+email: kiana.a.sheibani@gmail.com #+property: header-args:elisp :results replace :exports code -#+property: header-args :tangle no :results silent :eval no-export +#+property: header-args :tangle no :results silent :eval no-export :mkdirp yes * Introduction @@ -436,7 +436,7 @@ for =confpkg= is below. It is mostly unchanged, aside from these tweaks: :package-statements nil) confpkg--list) (format-spec - "#+begin_src emacs-lisp :tangle %f :mkdirp yes :noweb no-export :noweb-ref none :comments no + "#+begin_src emacs-lisp :tangle %f :noweb no-export :noweb-ref none :comments no <> ,#+end_src" `((?n . ,confpkg--num) @@ -1013,9 +1013,6 @@ This is mostly config settings that don't belong to any particular package and aren't important enough to get their own major section. ** Sensible Settings -:PROPERTIES: -:header-args:emacs-lisp: :noweb no-export :tangle no :noweb-ref config-settings -:END: #+call: confpkg("Settings")