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/hub.org | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'org/hub.org') diff --git a/org/hub.org b/org/hub.org index 4e2cbe7d..2852840f 100644 --- a/org/hub.org +++ b/org/hub.org @@ -20,7 +20,7 @@ ** hub.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/hub.rb" -# <> +<> module SiSU require_relative 'constants' # constants.rb require_relative 'se' # se.rb @@ -248,7 +248,7 @@ __END__ ** hub_options.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/hub_options.rb" -# <> +<> module SiSU_Commandline begin require 'pathname' @@ -1900,7 +1900,7 @@ passing @opt as well is duplication check for fns & fnb ** hub_actions.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/hub_actions.rb" -# <> +<> module SiSU_Hub_Actions class HubActions require_relative 'utils_composite' # utils_composite.rb @@ -2988,7 +2988,7 @@ __END__ ** hub_loop_markup_files.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/hub_loop_markup_files.rb" -# <> +<> module SiSU_Hub_Loops require_relative 'constants' # constants.rb require_relative 'se' # se.rb @@ -3109,7 +3109,8 @@ __END__ #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -3161,4 +3162,5 @@ encoding: utf-8 +=end #+END_SRC -- cgit v1.2.3