diff options
Diffstat (limited to 'org/out_xmls_css.org')
| -rw-r--r-- | org/out_xmls_css.org | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/org/out_xmls_css.org b/org/out_xmls_css.org index 4e099de..d827616 100644 --- a/org/out_xmls_css.org +++ b/org/out_xmls_css.org @@ -4,12 +4,12 @@ #+FILETAGS: :spine:output:xmls:css: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2024 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code #+PROPERTY: header-args+ :noweb yes -#+PROPERTY: header-args+ :results no +#+PROPERTY: header-args+ :results output none #+PROPERTY: header-args+ :cache no #+PROPERTY: header-args+ :padline no #+PROPERTY: header-args+ :mkdirp yes @@ -2502,7 +2502,16 @@ p[indent="h9i9"] { ┃"); #+END_SRC -* document header including copyright & license +* org includes +** year + +#+NAME: year +#+HEADER: :noweb yes +#+BEGIN_SRC emacs-lisp +<<./sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org:year()>> +#+END_SRC + +** document header including copyright & license #+NAME: doc_header_including_copyright_and_license #+HEADER: :noweb yes |
