aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_src_pod.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-10-16 19:16:18 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-10-19 13:26:15 -0400
commit0c693b23c4ff8f98a151884a24f150a5ff746dd4 (patch)
treef638d7942cab5b20adc3761ad7fcb62283eeefd8 /org/out_src_pod.org
parentcgi.d arsd update (diff)
org mode, unique code-block names & adjust headers
- avoid org-mode undefined behavior, provide unique code-block names
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 {