From 0a87b8fbd5b013b8da07f6bc30360ff735217367 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 9 Mar 2022 21:05:51 -0500 Subject: org-mode and ruby file headers modified - org-mode file headers modified to preserve org-mode ruby syntax highlighting --- org/object_munge.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'org/object_munge.org') 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" -<> +#+HEADER: :tangle "../lib/sisu/object_munge.rb" +#+BEGIN_SRC ruby +#<> 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__ -=end #+END_SRC -- cgit v1.2.3