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/texinfo.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/texinfo.org')
-rw-r--r-- | org/texinfo.org | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/org/texinfo.org b/org/texinfo.org index 93a63f68..37756c51 100644 --- a/org/texinfo.org +++ b/org/texinfo.org @@ -19,8 +19,9 @@ * texinfo.rb -#+BEGIN_SRC ruby :tangle "../lib/sisu/texinfo.rb" -<<sisu_document_header>> +#+HEADER: :tangle "../lib/sisu/texinfo.rb" +#+BEGIN_SRC ruby +#<<sisu_document_header>> module SiSU_TexInfo require_relative 'html' # html.rb require_relative 'dp' # dp.rb @@ -399,8 +400,9 @@ __END__ * texinfo_format.rb -#+BEGIN_SRC ruby :tangle "../lib/sisu/texinfo_format.rb" -<<sisu_document_header>> +#+HEADER: :tangle "../lib/sisu/texinfo_format.rb" +#+BEGIN_SRC ruby +#<<sisu_document_header>> module SiSU_TexInfoFormat @@table_pg_break_counter=1 require_relative 'dp' # dp.rb @@ -892,8 +894,7 @@ watch title, might need full_title #+NAME: sisu_document_header #+BEGIN_SRC text -#encoding: utf-8 -=begin +encoding: utf-8 - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -945,5 +946,4 @@ watch title, might need full_title <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 |