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/config.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/config.org')
| -rw-r--r-- | org/config.org | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/org/config.org b/org/config.org index 88b45bd9..c14d7510 100644 --- a/org/config.org +++ b/org/config.org @@ -18,8 +18,9 @@  * conf.rb -#+BEGIN_SRC ruby  :tangle "../lib/sisu/conf.rb" -<<sisu_document_header>> +#+HEADER: :tangle "../lib/sisu/conf.rb" +#+BEGIN_SRC ruby +#<<sisu_document_header>>  module SiSU_Initialize    require_relative 'se'                                 # se.rb      include SiSU_Env @@ -257,8 +258,7 @@ __END__  #+NAME: sisu_document_header  #+BEGIN_SRC text -#encoding: utf-8 -=begin +encoding: utf-8  - Name: SiSU    - Description: documents, structuring, processing, publishing, search @@ -309,5 +309,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  | 
