diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-10 13:48:18 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-10 13:48:18 -0500 |
commit | ff0951418e0c4355ac0235a0ea283f61f9462a3d (patch) | |
tree | 06a2c6f62e2868a5f500ac55c0fb47aadecda6dd /org/harvest.org | |
parent | org, create output path if necessary, should not be (diff) |
rb file headers change, org-mode tangle whitespace issue
Diffstat (limited to 'org/harvest.org')
-rw-r--r-- | org/harvest.org | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/org/harvest.org b/org/harvest.org index fd528bae..09d0fb6c 100644 --- a/org/harvest.org +++ b/org/harvest.org @@ -20,7 +20,7 @@ ** html_harvest.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/html_harvest.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_Harvest @@the_idx_topics,@@the_idx_authors={},{} class Source @@ -79,7 +79,7 @@ end *** html_harvest_topics.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/html_harvest_topics.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_HarvestTopics require_relative 'html_harvest_author_format' # html_harvest_author_format.rb require_relative 'html_parts' # html_parts.rb @@ -922,7 +922,7 @@ terms -|_ t{tl1} -|_ {fa}[fa]{filenames and other details} *** html_harvest_authors.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/html_harvest_authors.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_HarvestAuthors require_relative 'html_harvest_author_format' # html_harvest_author_format.rb require_relative 'html_parts' # html_parts.rb @@ -1338,7 +1338,7 @@ __END__ *** html_harvest_author_format.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/html_harvest_author_format.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_FormatAuthor class Author def initialize(author_param) @@ -1400,7 +1400,8 @@ __END__ #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -1452,4 +1453,5 @@ encoding: utf-8 <https://git.sisudoc.org/projects/> <https://git.sisudoc.org/projects/?p=software/sisu.git;a=summary> <https://git.sisudoc.org/projects/?p=markup/sisu-markup-samples.git;a=summary> +=end #+END_SRC |