aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_src_pod.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/out_src_pod.org')
-rw-r--r--org/out_src_pod.org8
1 files changed, 5 insertions, 3 deletions
diff --git a/org/out_src_pod.org b/org/out_src_pod.org
index 3fc6d82..e7d761b 100644
--- a/org/out_src_pod.org
+++ b/org/out_src_pod.org
@@ -7,6 +7,7 @@
#+COPYRIGHT: Copyright (C) 2015 - 2020 Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
+#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
#+PROPERTY: header-args+ :eval no
@@ -29,7 +30,8 @@ template spinePod() {
<<source_pod_archive>>
try {
<<source_pod_mkdirs>>
- <<source_pod_copy>>
+ <<source_pod_copy_0>>
+ <<source_pod_copy_1>>
<<source_pod_zip>>
} catch (ErrnoException ex) {
// Handle error
@@ -140,7 +142,7 @@ if (doc_matters.opt.action.source) {
** copy :copy:
-#+NAME: source_pod_copy
+#+NAME: source_pod_copy_0
#+BEGIN_SRC d
debug(pod) {
writeln(__LINE__, ": ",
@@ -393,7 +395,7 @@ auto fn_pod = pths_pod.pod_filename(doc_matters.src.filename).zpod;
** sha256 of pod.zip, zip debug, read zip archive
-#+NAME: source_pod_copy
+#+NAME: source_pod_copy_1
#+BEGIN_SRC d
if (exists(fn_pod)) {
try {