From 0a87b8fbd5b013b8da07f6bc30360ff735217367 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 9 Mar 2022 21:05:51 -0500 Subject: org-mode and ruby file headers modified - org-mode file headers modified to preserve org-mode ruby syntax highlighting --- org/css.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'org/css.org') 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" -<> +#+HEADER: :tangle "../lib/sisu/css.rb" +#+BEGIN_SRC ruby +#<> 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__ -=end #+END_SRC -- cgit v1.2.3