aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_harvest_metadata.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-01-24 15:42:37 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2020-02-11 13:08:49 -0500
commit52049eb825cca32a2d2e6596fe5160b3f33ba74d (patch)
treea6ab8c57bf455f30f7de20dbf87c15bf55274bdf /org/out_harvest_metadata.org
parentdlang safe default imminent, look ahead (diff)
update headers and year
Diffstat (limited to 'org/out_harvest_metadata.org')
-rw-r--r--org/out_harvest_metadata.org25
1 files changed, 12 insertions, 13 deletions
diff --git a/org/out_harvest_metadata.org b/org/out_harvest_metadata.org
index cb26cf0..ba62bd1 100644
--- a/org/out_harvest_metadata.org
+++ b/org/out_harvest_metadata.org
@@ -4,16 +4,15 @@
#+FILETAGS: :spine:hub:
#+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 :results silent :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
* document harvest _summary_ :module:spine:metadoc_show_summary:
@@ -37,7 +36,7 @@ template spineMetaDocHarvest() {
** init
*** imports
-#+name: metadoc_harvest_imports
+#+NAME: metadoc_harvest_imports
#+BEGIN_SRC d
import
doc_reform.meta.defaults,
@@ -56,14 +55,14 @@ import
*** initialize :report:
-#+name: metadoc_harvest_initialize
+#+NAME: metadoc_harvest_initialize
#+BEGIN_SRC d
static auto mkup = InlineMarkup();
#+END_SRC
** harvest summary
-#+name: meta_metadoc_harvest_summary
+#+NAME: meta_metadoc_harvest_summary
#+BEGIN_SRC d
auto min_repeat_number = 66;
auto char_repeat_number = (doc_matters.conf_make_meta.meta.title_full.length
@@ -84,7 +83,7 @@ writefln(
** return harvest
-#+name: meta_metadoc_harvest
+#+NAME: meta_metadoc_harvest
#+BEGIN_SRC d
import doc_reform.io_out.paths_output;
auto pth_html_abs = spinePathsHTML!()(doc_matters.output_path, doc_matters.src.language);