Fix header arg issues
This commit is contained in:
parent
2339d9a6e8
commit
9595ea7dc4
|
@ -2,7 +2,7 @@
|
||||||
#+author: tokinanpa
|
#+author: tokinanpa
|
||||||
#+email: kiana.a.sheibani@gmail.com
|
#+email: kiana.a.sheibani@gmail.com
|
||||||
#+property: header-args:elisp :results replace :exports code
|
#+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
|
* Introduction
|
||||||
|
|
||||||
|
@ -436,7 +436,7 @@ for =confpkg= is below. It is mostly unchanged, aside from these tweaks:
|
||||||
:package-statements nil)
|
:package-statements nil)
|
||||||
confpkg--list)
|
confpkg--list)
|
||||||
(format-spec
|
(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
|
||||||
<<confpkg-template>>
|
<<confpkg-template>>
|
||||||
,#+end_src"
|
,#+end_src"
|
||||||
`((?n . ,confpkg--num)
|
`((?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.
|
aren't important enough to get their own major section.
|
||||||
|
|
||||||
** Sensible Settings
|
** Sensible Settings
|
||||||
:PROPERTIES:
|
|
||||||
:header-args:emacs-lisp: :noweb no-export :tangle no :noweb-ref config-settings
|
|
||||||
:END:
|
|
||||||
|
|
||||||
#+call: confpkg("Settings")
|
#+call: confpkg("Settings")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue