diff options
Diffstat (limited to 'org/object_munge.org')
-rw-r--r-- | org/object_munge.org | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/org/object_munge.org b/org/object_munge.org index de4ee999..b950545c 100644 --- a/org/object_munge.org +++ b/org/object_munge.org @@ -18,8 +18,9 @@ * object_munge.rb -#+BEGIN_SRC ruby :tangle "../lib/sisu/object_munge.rb" -<<sisu_document_header>> +#+HEADER: :tangle "../lib/sisu/object_munge.rb" +#+BEGIN_SRC ruby +#<<sisu_document_header>> module SiSU_Object_Munge def i_src_o_strip_markup(txtobj) txtobj=txtobj. @@ -277,8 +278,7 @@ __END__ #+NAME: sisu_document_header #+BEGIN_SRC text -#encoding: utf-8 -=begin +encoding: utf-8 - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -330,5 +330,4 @@ __END__ <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 |