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/texinfo.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'org/texinfo.org') diff --git a/org/texinfo.org b/org/texinfo.org index 88bc62fa..93a63f68 100644 --- a/org/texinfo.org +++ b/org/texinfo.org @@ -20,7 +20,7 @@ * texinfo.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/texinfo.rb" -# <> +<> module SiSU_TexInfo require_relative 'html' # html.rb require_relative 'dp' # dp.rb @@ -400,7 +400,7 @@ __END__ * texinfo_format.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/texinfo_format.rb" -# <> +<> module SiSU_TexInfoFormat @@table_pg_break_counter=1 require_relative 'dp' # dp.rb @@ -892,7 +892,8 @@ watch title, might need full_title #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -944,4 +945,5 @@ encoding: utf-8 +=end #+END_SRC -- cgit v1.2.3