diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-03-09 21:05:51 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-03-11 12:29:57 -0500 | 
| commit | 0a87b8fbd5b013b8da07f6bc30360ff735217367 (patch) | |
| tree | 16cd52e499f0cc9a919c8d0d32a3932573ebbfcd /org/harvest.org | |
| parent | org-mode, track bin files (diff) | |
org-mode and ruby file headers modified
- org-mode file headers modified to preserve
  org-mode ruby syntax highlighting
Diffstat (limited to 'org/harvest.org')
| -rw-r--r-- | org/harvest.org | 24 | 
1 files changed, 13 insertions, 11 deletions
| diff --git a/org/harvest.org b/org/harvest.org index 09d0fb6c..4d37bd31 100644 --- a/org/harvest.org +++ b/org/harvest.org @@ -19,8 +19,9 @@  * harvest  ** html_harvest.rb -#+BEGIN_SRC ruby  :tangle "../lib/sisu/html_harvest.rb" -<<sisu_document_header>> +#+HEADER: :tangle "../lib/sisu/html_harvest.rb" +#+BEGIN_SRC ruby +#<<sisu_document_header>>  module SiSU_Harvest    @@the_idx_topics,@@the_idx_authors={},{}    class Source @@ -78,8 +79,9 @@ end  ** topics  *** html_harvest_topics.rb -#+BEGIN_SRC ruby  :tangle "../lib/sisu/html_harvest_topics.rb" -<<sisu_document_header>> +#+HEADER: :tangle "../lib/sisu/html_harvest_topics.rb" +#+BEGIN_SRC ruby +#<<sisu_document_header>>  module SiSU_HarvestTopics    require_relative 'html_harvest_author_format'          # html_harvest_author_format.rb    require_relative 'html_parts'                          # html_parts.rb @@ -921,8 +923,9 @@ terms -|_  t{tl1} -|_ {fa}[fa]{filenames and other details}  ** authors  *** html_harvest_authors.rb -#+BEGIN_SRC ruby  :tangle "../lib/sisu/html_harvest_authors.rb" -<<sisu_document_header>> +#+HEADER: :tangle "../lib/sisu/html_harvest_authors.rb" +#+BEGIN_SRC ruby +#<<sisu_document_header>>  module SiSU_HarvestAuthors    require_relative 'html_harvest_author_format'          # html_harvest_author_format.rb    require_relative 'html_parts'                          # html_parts.rb @@ -1337,8 +1340,9 @@ __END__  *** html_harvest_author_format.rb -#+BEGIN_SRC ruby  :tangle "../lib/sisu/html_harvest_author_format.rb" -<<sisu_document_header>> +#+HEADER: :tangle "../lib/sisu/html_harvest_author_format.rb" +#+BEGIN_SRC ruby +#<<sisu_document_header>>  module SiSU_FormatAuthor    class Author      def initialize(author_param) @@ -1400,8 +1404,7 @@ __END__  #+NAME: sisu_document_header  #+BEGIN_SRC text -#encoding: utf-8 -=begin +encoding: utf-8  - Name: SiSU    - Description: documents, structuring, processing, publishing, search @@ -1453,5 +1456,4 @@ __END__      <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 | 
