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/manpage.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'org/manpage.org') diff --git a/org/manpage.org b/org/manpage.org index 77379430..4266eb77 100644 --- a/org/manpage.org +++ b/org/manpage.org @@ -19,7 +19,7 @@ * manpage.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/manpage.rb" -# <> +<> module SiSU_Manpage require_relative 'ao' # ao.rb require_relative 'se' # se.rb @@ -346,7 +346,7 @@ __END__ * manpage_format.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/manpage_format.rb" -# <> +<> module SiSU_ManpageFormat require_relative 'dp' # dp.rb include SiSU_Param @@ -382,7 +382,8 @@ __END__ #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -434,4 +435,5 @@ encoding: utf-8 +=end #+END_SRC -- cgit v1.2.3