aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_misc.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/config_misc.org')
-rw-r--r--org/config_misc.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/config_misc.org b/org/config_misc.org
index a8e9dd9..675ac75 100644
--- a/org/config_misc.org
+++ b/org/config_misc.org
@@ -9,7 +9,7 @@
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
-#+PROPERTY: header-args+ :results output none
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
@@ -23,7 +23,7 @@ babel tangle) org files in ./org/ to create .d source files in ./src/sisudoc/
(similar functionality is contained within the "makefile" created by this
"dr_build_scaffold.org" file make tangle)
-#+HEADER: :tangle ../tangle
+#+HEADER: :tangle-NO ../tangle
#+HEADER: :tangle-mode (identity #o755)
#+HEADER: :shebang "#!/bin/sh"
#+BEGIN_SRC shell