From ff0951418e0c4355ac0235a0ea283f61f9462a3d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 10 Nov 2021 13:48:18 -0500 Subject: rb file headers change, org-mode tangle whitespace issue --- org/shared.org | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'org/shared.org') diff --git a/org/shared.org b/org/shared.org index 913fa490..ff88f99c 100644 --- a/org/shared.org +++ b/org/shared.org @@ -20,7 +20,7 @@ ** shared_sem.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/shared_sem.rb" -# <> +<> module SiSU_Sem require_relative 'dp' # dp.rb class Tags @@ -126,7 +126,7 @@ __END__ ** shared_images.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/shared_images.rb" -# <> +<> module SiSU_Images require_relative 'se_hub_particulars' # se_hub_particulars.rb class Source @@ -213,7 +213,7 @@ __END__ ** shared_markup_alt.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/shared_markup_alt.rb" -# <> +<> module SiSU_TextRepresentation class Alter def initialize(x) @@ -499,7 +499,7 @@ __END__ ** shared_metadata.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/shared_metadata.rb" -# <> +<> module SiSU_Metadata require_relative 'xml_parts' # xml_parts.rb require_relative 'xml_shared' # xml_shared.rb @@ -1822,7 +1822,7 @@ __END__ ** constants.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/constants.rb" -# <> +<> YEAR='2021' Sfx={ txt: '.txt', @@ -2161,7 +2161,7 @@ Iu ⌠ 8992 Il ⌡ <7 ⌈ 8968 >7 ⌉ 8969 7< ⌊ 8970 7> ⌋ 8971 ** generic_parts.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/generic_parts.rb" -# <> +<> module SiSU_Parts_Generic def the_url def urify(uri) @@ -2243,7 +2243,8 @@ __END__ #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -2295,4 +2296,5 @@ encoding: utf-8 +=end #+END_SRC -- cgit v1.2.3