diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-01-24 15:42:37 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-02-11 13:08:49 -0500 |
commit | 52049eb825cca32a2d2e6596fe5160b3f33ba74d (patch) | |
tree | a6ab8c57bf455f30f7de20dbf87c15bf55274bdf /org/default_shared.org | |
parent | dlang safe default imminent, look ahead (diff) |
update headers and year
Diffstat (limited to 'org/default_shared.org')
-rw-r--r-- | org/default_shared.org | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/org/default_shared.org b/org/default_shared.org index b0e242b..daff731 100644 --- a/org/default_shared.org +++ b/org/default_shared.org @@ -4,16 +4,15 @@ #+FILETAGS: :spine:default:shared: #+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/]] * shared @@ -28,7 +27,8 @@ module doc_reform.share.defaults; #+END_SRC ** template: messages :messages: -#+name: shared_messages + +#+NAME: shared_messages #+BEGIN_SRC d template Msg() { import std.stdio; |