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/i18n.org | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'org/i18n.org') diff --git a/org/i18n.org b/org/i18n.org index 3c9d76e6..a4c43266 100644 --- a/org/i18n.org +++ b/org/i18n.org @@ -19,8 +19,9 @@ * i18n ** i18n.rb -#+BEGIN_SRC ruby :tangle "../lib/sisu/i18n.rb" -<> +#+HEADER: :tangle "../lib/sisu/i18n.rb" +#+BEGIN_SRC ruby +#<> module SiSU_i18n @@language_table,@@language_list=nil,nil class Languages @@ -302,8 +303,9 @@ __END__ * prog_text_translation.rb -#+BEGIN_SRC ruby :tangle "../lib/sisu/prog_text_translation.rb" -<> +#+HEADER: :tangle "../lib/sisu/prog_text_translation.rb" +#+BEGIN_SRC ruby +#<> module SiSU_Translate require_relative 'se' # se.rb include SiSU_Env; include SiSU_Param @@ -1949,8 +1951,7 @@ end #+NAME: sisu_document_header #+BEGIN_SRC text -#encoding: utf-8 -=begin +encoding: utf-8 - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -2002,8 +2003,8 @@ end -=end #+END_SRC + * NOTES ** language list po4a -- cgit v1.2.3