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/txt.org | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'org/txt.org') diff --git a/org/txt.org b/org/txt.org index 03fb8853..f6c6cc62 100644 --- a/org/txt.org +++ b/org/txt.org @@ -21,7 +21,7 @@ *** txt_asciidoc.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_asciidoc.rb" -# <> +<> module SiSU_Txt_AsciiDoc require_relative 'ao' # ao.rb require_relative 'se' # se.rb @@ -325,7 +325,7 @@ __END__ *** txt_asciidoc_decorate.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_asciidoc_decorate.rb" -# <> +<> module SiSU_Decorate_Txt_AsciiDoc def decorate def heading @@ -482,7 +482,7 @@ __END__ *** txt_markdown.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_markdown.rb" -# <> +<> module SiSU_Txt_Markdown require_relative 'ao' # ao.rb require_relative 'se' # se.rb @@ -821,7 +821,7 @@ __END__ *** txt_markdown_decorate.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_markdown_decorate.rb" -# <> +<> module SiSU_Decorate_Txt_Markdown def decorate def heading @@ -978,7 +978,7 @@ __END__ *** txt_orgmode.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_orgmode.rb" -# <> +<> module SiSU_Txt_OrgMode require_relative 'ao' # ao.rb require_relative 'se' # se.rb @@ -1320,7 +1320,7 @@ __END__ *** txt_orgmode_decorate.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_orgmode_decorate.rb" -# <> +<> module SiSU_Decorate_Txt_OrgMode def decorate def heading @@ -1456,7 +1456,7 @@ __END__ *** txt_plain.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_plain.rb" -# <> +<> module SiSU_Txt_Plain require_relative 'ao' # ao.rb require_relative 'se' # se.rb @@ -1816,7 +1816,7 @@ __END__ *** txt_plain_decorate.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_plain_decorate.rb" -# <> +<> module SiSU_Decorate_Txt_Plain def decorate def heading_underscore @@ -1955,7 +1955,7 @@ __END__ *** txt_rst.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_rst.rb" -# <> +<> module SiSU_Txt_rST require_relative 'ao' # ao.rb require_relative 'se' # se.rb @@ -2276,7 +2276,7 @@ __END__ *** txt_rst_decorate.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_rst_decorate.rb" -# <> +<> module SiSU_Decorate_Txt_rST def decorate def heading @@ -2412,7 +2412,7 @@ __END__ *** txt_textile.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_textile.rb" -# <> +<> module SiSU_Txt_Textile require_relative 'ao' # ao.rb require_relative 'se' # se.rb @@ -2729,7 +2729,7 @@ __END__ *** txt_textile_decorate.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_textile_decorate.rb" -# <> +<> module SiSU_Decorate_Txt_Textile def decorate def heading @@ -2864,7 +2864,7 @@ __END__ * txt_output.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_output.rb" -# <> +<> module Txt_Output class Output include SiSU_Param @@ -2900,7 +2900,7 @@ __END__ * txt_read.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_read.rb" -# <> +<> module SiSU_Txt_Read require_relative 'se' # se.rb include SiSU_Env @@ -2959,7 +2959,7 @@ __END__ * txt_shared.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/txt_shared.rb" -# <> +<> module SiSU_TextUtils require_relative 'generic_parts' # generic_parts.rb class Wrap @@ -3151,7 +3151,8 @@ __END__ #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -3203,4 +3204,5 @@ encoding: utf-8 +=end #+END_SRC -- cgit v1.2.3