aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/object_munge.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/object_munge.org')
-rw-r--r--org/object_munge.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/org/object_munge.org b/org/object_munge.org
index 2e8970d3..de4ee999 100644
--- a/org/object_munge.org
+++ b/org/object_munge.org
@@ -19,7 +19,7 @@
* object_munge.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/object_munge.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_Object_Munge
def i_src_o_strip_markup(txtobj)
txtobj=txtobj.
@@ -277,7 +277,8 @@ __END__
#+NAME: sisu_document_header
#+BEGIN_SRC text
-encoding: utf-8
+#encoding: utf-8
+=begin
- Name: SiSU
- Description: documents, structuring, processing, publishing, search
@@ -329,4 +330,5 @@ encoding: utf-8
<https://git.sisudoc.org/projects/>
<https://git.sisudoc.org/projects/?p=software/sisu.git;a=summary>
<https://git.sisudoc.org/projects/?p=markup/sisu-markup-samples.git;a=summary>
+=end
#+END_SRC