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/param.org | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'org/param.org') diff --git a/org/param.org b/org/param.org index 147fc8e6..27a9520e 100644 --- a/org/param.org +++ b/org/param.org @@ -18,8 +18,9 @@ * dp.rb -#+BEGIN_SRC ruby :tangle "../lib/sisu/dp.rb" -<> +#+HEADER: :tangle "../lib/sisu/dp.rb" +#+BEGIN_SRC ruby +#<> module SiSU_Param begin require 'uri' @@ -1581,8 +1582,9 @@ __END__ * dp_make.rb -#+BEGIN_SRC ruby :tangle "../lib/sisu/dp_make.rb" -<> +#+HEADER: :tangle "../lib/sisu/dp_make.rb" +#+BEGIN_SRC ruby +#<> module SiSU_Param_Make class MdMake def initialize(str,opt,env) @@ -2198,8 +2200,9 @@ __END__ * dp_identify_markup.rb -#+BEGIN_SRC ruby :tangle "../lib/sisu/dp_identify_markup.rb" -<> +#+HEADER: :tangle "../lib/sisu/dp_identify_markup.rb" +#+BEGIN_SRC ruby +#<> module SiSU_MarkupType class MarkupIdentify @@version={} @@ -2309,8 +2312,7 @@ __END__ #+NAME: sisu_document_header #+BEGIN_SRC text -#encoding: utf-8 -=begin +encoding: utf-8 - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -2362,5 +2364,4 @@ __END__ -=end #+END_SRC -- cgit v1.2.3