aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/css.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-03-09 21:05:51 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-03-11 12:29:57 -0500
commit0a87b8fbd5b013b8da07f6bc30360ff735217367 (patch)
tree16cd52e499f0cc9a919c8d0d32a3932573ebbfcd /org/css.org
parentorg-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/css.org')
-rw-r--r--org/css.org9
1 files changed, 4 insertions, 5 deletions
diff --git a/org/css.org b/org/css.org
index 7551999b..370858c0 100644
--- a/org/css.org
+++ b/org/css.org
@@ -18,8 +18,9 @@
* css.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/css.rb"
-<<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/css.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_Style
require_relative 'se' # se.rb
require_relative 'html_parts' # html_parts.rb
@@ -3454,8 +3455,7 @@ __END__
#+NAME: sisu_document_header
#+BEGIN_SRC text
-#encoding: utf-8
-=begin
+encoding: utf-8
- Name: SiSU
- Description: documents, structuring, processing, publishing, search
@@ -3507,5 +3507,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