aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_zip.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/out_zip.org')
-rw-r--r--org/out_zip.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/org/out_zip.org b/org/out_zip.org
index 1302d18..7b4b365 100644
--- a/org/out_zip.org
+++ b/org/out_zip.org
@@ -1,5 +1,5 @@
-*- mode: org -*-
-#+TITLE: spine (doc_reform) output zip
+#+TITLE: sisudoc spine (doc_reform) output zip
#+DESCRIPTION: documents - structuring, publishing in multiple formats & search
#+FILETAGS: :spine:zip:
#+AUTHOR: Ralph Amissah
@@ -21,11 +21,11 @@
* _zip_ :module:spine:create_zip_file:
** module template
-#+HEADER: :tangle "../src/doc_reform/io_out/create_zip_file.d"
+#+HEADER: :tangle "../src/sisudoc/io_out/create_zip_file.d"
#+HEADER: :noweb yes
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
-module doc_reform.io_out.create_zip_file;
+module sisudoc.io_out.create_zip_file;
@safe:
template createZipFile() {
import
@@ -51,7 +51,7 @@ template createZipFile() {
#+NAME: doc_header_including_copyright_and_license
#+HEADER: :noweb yes
#+BEGIN_SRC emacs-lisp
-<<./spine_version_info_and_doc_header_including_copyright_and_license.org:spine_doc_header_including_copyright_and_license()>>
+<<./sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org:spine_doc_header_including_copyright_and_license()>>
#+END_SRC
* __END__