diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-10 13:48:18 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-10 13:48:18 -0500 |
commit | ff0951418e0c4355ac0235a0ea283f61f9462a3d (patch) | |
tree | 06a2c6f62e2868a5f500ac55c0fb47aadecda6dd /org/utils.org | |
parent | org, create output path if necessary, should not be (diff) |
rb file headers change, org-mode tangle whitespace issue
Diffstat (limited to 'org/utils.org')
-rw-r--r-- | org/utils.org | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/org/utils.org b/org/utils.org index dc8db4c6..7f7d531a 100644 --- a/org/utils.org +++ b/org/utils.org @@ -20,7 +20,7 @@ ** utils.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/utils.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_Utils class CodeMarker def initialize(line,file,color=:red) @@ -202,7 +202,7 @@ puts ANSI_C[:red] + __LINE__.to_s + ANSI_C[:off] + ' ' + __FILE__.gsub(/([^\/]+$ ** utils_spell.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/utils_spell.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_SpellUtility class Spell def initialize(input,filesrc,flg) @@ -251,7 +251,7 @@ __END__ ** utils_response.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/utils_response.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_Response def available_selections_ %{'yes', 'no', 'quit' or 'exit'; [ynqx]} @@ -315,7 +315,7 @@ __END__ ** utils_composite.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/utils_composite.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_Composite_Doc_Utils def inserts_array(loadfilename) IO.readlines(loadfilename,'') @@ -380,7 +380,7 @@ __END__ ** utils_screen_text_color.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/utils_screen_text_color.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_Screen class Color attr_accessor :off,:marker,:bold,:underline,:invert,:darkgrey_hi,:grey_hi,:pink_hi,:fuchsia_hi,:red_hi,:orange_hi,:yellow_hi,:brown_hi,:lightgreen_hi,:green_hi,:cyan_hi,:blue_hi,:navy_hi,:white,:white_bold,:grey,:pink,:fuchsia,:ruby,:red,:orange,:yellow,:brown,:green,:darkgreen,:cyan,:blue,:navy,:black @@ -803,7 +803,8 @@ __END__ #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -855,4 +856,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 |