From 52049eb825cca32a2d2e6596fe5160b3f33ba74d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 24 Jan 2020 15:42:37 -0500 Subject: update headers and year --- org/default_paths.org | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) (limited to 'org/default_paths.org') diff --git a/org/default_paths.org b/org/default_paths.org index 2d03aa6..1ab7a0a 100644 --- a/org/default_paths.org +++ b/org/default_paths.org @@ -4,16 +4,15 @@ #+FILETAGS: :spine:paths: #+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/]] * 0. source paths @@ -43,7 +42,7 @@ import ** _manifest_ :manifest: -#+name: template_paths_src +#+NAME: template_paths_src #+BEGIN_SRC d template PodManifest() { mixin spineRgxInit; @@ -118,7 +117,7 @@ pod │   └── video └── pod.manifest -#+name: template_paths_src +#+NAME: template_paths_src #+BEGIN_SRC d template PathMatters() { mixin spineRgxInit; @@ -466,7 +465,7 @@ template PathMatters() { ** _config_ (dr_document_make & config_local_site) :config: -#+name: template_paths_src +#+NAME: template_paths_src #+BEGIN_SRC d template ConfigFilePaths() { mixin spineRgxInit; @@ -640,7 +639,7 @@ filelist for processing [things to ponder] *** manual source -#+name: template_paths_src +#+NAME: template_paths_src #+BEGIN_SRC d template spinePathsSRC() { mixin spineRgxInit; @@ -695,7 +694,7 @@ template spinePathsSRC() { *** pods internal, zipped, unzipped -#+name: template_paths_pods +#+NAME: template_paths_pods #+BEGIN_SRC d template spinePathsPods() { mixin spineRgxInit; @@ -990,7 +989,7 @@ import doc_reform.meta.rgx; - if pod and file have same name, keep name (makes no sense to repeat pod name) NO dr_markup.sisu_markup should be sisu_markup -#+name: template_paths_out +#+NAME: template_paths_out #+BEGIN_SRC d template spineOutPaths() { auto spineOutPaths()( @@ -1032,7 +1031,7 @@ template spineOutPathSQLite() { ** set -#+name: template_paths_out +#+NAME: template_paths_out #+BEGIN_SRC d template spineOutPathsFnPd() { /+ TODO stuff to work out here +/ @@ -1076,7 +1075,7 @@ template spineOutPathsFnPd() { ** _html_ :html: *** relative -#+name: template_paths_html +#+NAME: template_paths_html #+BEGIN_SRC d template spineDocRootTreeHTML() { mixin spineRgxInit; @@ -1142,7 +1141,7 @@ template spineDocRootTreeHTML() { *** absolute disk path -#+name: template_paths_html +#+NAME: template_paths_html #+BEGIN_SRC d template spinePathsHTML() { mixin spineRgxInit; @@ -1208,7 +1207,7 @@ template spinePathsHTML() { *** urls -#+name: template_paths_html +#+NAME: template_paths_html #+BEGIN_SRC d template spineUrlsHTML() { import std.format; @@ -1316,7 +1315,7 @@ template spineUrlsHTML() { ** _epub_ :epub: -#+name: template_paths_epub +#+NAME: template_paths_epub #+BEGIN_SRC d template spinePathsEPUB() { mixin spineRgxInit; @@ -1427,7 +1426,7 @@ template spinePathsEPUB() { ** _odt_ :odt: -#+name: template_paths_odf +#+NAME: template_paths_odf #+BEGIN_SRC d template spinePathsODT() { mixin spineRgxInit; @@ -1497,7 +1496,7 @@ template spinePathsODT() { ** _latex_ :latex: -#+name: template_paths_latex +#+NAME: template_paths_latex #+BEGIN_SRC d template spinePathsLaTeX() { mixin spineRgxInit; @@ -1533,7 +1532,7 @@ template spinePathsLaTeX() { ** _sqlite_ :sqlite: *** discrete -#+name: template_paths_sqlite +#+NAME: template_paths_sqlite #+BEGIN_SRC d template spinePathsSQLiteDiscrete() { mixin spineRgxInit; @@ -1565,7 +1564,7 @@ template spinePathsSQLiteDiscrete() { *** TODO collection -#+name: template_paths_sqlite +#+NAME: template_paths_sqlite #+BEGIN_SRC d template spinePathsSQLite() { mixin spineRgxInit; -- cgit v1.2.3