aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_paths.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/default_paths.org
parentdlang safe default imminent, look ahead (diff)
update headers and year
Diffstat (limited to 'org/default_paths.org')
-rw-r--r--org/default_paths.org47
1 files changed, 23 insertions, 24 deletions
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;