diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-10 13:48:18 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-10 13:48:18 -0500 |
commit | ff0951418e0c4355ac0235a0ea283f61f9462a3d (patch) | |
tree | 06a2c6f62e2868a5f500ac55c0fb47aadecda6dd /org/css.org | |
parent | org, create output path if necessary, should not be (diff) |
rb file headers change, org-mode tangle whitespace issue
Diffstat (limited to 'org/css.org')
-rw-r--r-- | org/css.org | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/org/css.org b/org/css.org index c3898ae9..7551999b 100644 --- a/org/css.org +++ b/org/css.org @@ -19,7 +19,7 @@ * css.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/css.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_Style require_relative 'se' # se.rb require_relative 'html_parts' # html_parts.rb @@ -3454,7 +3454,8 @@ __END__ #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -3506,4 +3507,5 @@ encoding: utf-8 <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 |