diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-09-25 14:56:13 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-09-26 10:48:11 -0400 |
commit | 3eb1e6f17e26fedd64f33c0672298477489d2f00 (patch) | |
tree | 1567648b4d005ff263ea033dec9d1149a6fbd759 /org/out_xmls.org | |
parent | terminal output verbosity levels, minor rework (diff) |
(editor emacs org-mode includes)
Diffstat (limited to 'org/out_xmls.org')
-rw-r--r-- | org/out_xmls.org | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/org/out_xmls.org b/org/out_xmls.org index 0e6707e..0d510b5 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -18,11 +18,6 @@ - [[./doc-reform.org][doc-reform.org]] [[./][org/]] - [[./output_hub.org][output_hub]] -#+NAME: year -#+BEGIN_SRC text -2025 -#+END_SRC - * xml offspring (xhtml html epub) ** format xhtml objects :format: *** _module template_ :module: @@ -3343,7 +3338,24 @@ zip -0 file.epub mimetype && zip -r -9 file.epub META-INF OEBPS } #+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 |