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.org29
1 files changed, 14 insertions, 15 deletions
diff --git a/org/out_src_pod.org b/org/out_src_pod.org
index 9f87629..7727f36 100644
--- a/org/out_src_pod.org
+++ b/org/out_src_pod.org
@@ -4,16 +4,15 @@
#+FILETAGS: :spine:output:source:pod:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2019 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 - 2020 Ralph Amissah
#+LANGUAGE: en
-#+STARTUP: indent content hideblocks hidestars
-#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t
-#+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
-#+OPTIONS: author:nil email:nil creator:nil timestamp:nil
-#+PROPERTY: header-args :padline no :exports code :cache no :noweb yes
-#+EXPORT_SELECT_TAGS: export
-#+EXPORT_EXCLUDE_TAGS: noexport
-#+TAGS: assert(a) class(c) debug(d) mixin(m) spine(s) tangle(T) template(t) WEB(W) noexport(n)
+#+STARTUP: content hideblocks hidestars noindent entitiespretty
+#+PROPERTY: header-args :exports code
+#+PROPERTY: header-args+ :noweb yes
+#+PROPERTY: header-args+ :eval no
+#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :cache no
+#+PROPERTY: header-args+ :padline no
- [[./spine.org][spine]] [[./][org/]]
- [[./output_hub.org][output_hub]]
@@ -42,7 +41,7 @@ template spinePod() {
** init
*** imports
-#+name: output_imports
+#+NAME: output_imports
#+BEGIN_SRC d
import doc_reform.io_out;
import
@@ -58,7 +57,7 @@ import
*** init
-#+name: source_pod_init
+#+NAME: source_pod_init
#+BEGIN_SRC d
debug(asserts) {
// static assert(is(typeof(doc_matters) == tuple));
@@ -76,7 +75,7 @@ assert (doc_matters.src.filename.match(rgx.src_fn));
*** pod zip archive
-#+name: source_pod_archive
+#+NAME: source_pod_archive
#+BEGIN_SRC d
@system auto pod_archive(Z)(
string _source_type,
@@ -107,7 +106,7 @@ assert (doc_matters.src.filename.match(rgx.src_fn));
** mkdir :mkdir:
-#+name: source_pod_mkdirs
+#+NAME: source_pod_mkdirs
#+BEGIN_SRC d
/+ create directory structure +/
if (!exists(pths_pod.pod_dir_())) {
@@ -141,7 +140,7 @@ if (doc_matters.opt.action.source) {
** copy :copy:
-#+name: source_pod_copy
+#+NAME: source_pod_copy
#+BEGIN_SRC d
debug(pod) {
writeln(__LINE__, ": ",
@@ -389,7 +388,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
#+BEGIN_SRC d
if (exists(fn_pod)) {
try {