diff options
Diffstat (limited to 'org/output_show.org')
-rw-r--r-- | org/output_show.org | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/org/output_show.org b/org/output_show.org index feedeb3..2a8070f 100644 --- a/org/output_show.org +++ b/org/output_show.org @@ -566,7 +566,24 @@ char_repeat_number = (char_repeat_number > min_repeat_number) : min_repeat_number; #+END_SRC -* document header including copyright & license +* org includes +** project version + +#+NAME: spine_version +#+HEADER: :noweb yes +#+BEGIN_SRC emacs-lisp +<<./sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org:spine_project_version()>> +#+END_SRC + +** 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 |