diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-16 19:16:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-19 13:26:15 -0400 |
commit | 0c693b23c4ff8f98a151884a24f150a5ff746dd4 (patch) | |
tree | f638d7942cab5b20adc3761ad7fcb62283eeefd8 /org/out_metadata.org | |
parent | cgi.d arsd update (diff) |
org mode, unique code-block names & adjust headers
- avoid org-mode undefined behavior, provide
unique code-block names
Diffstat (limited to 'org/out_metadata.org')
-rw-r--r-- | org/out_metadata.org | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/org/out_metadata.org b/org/out_metadata.org index 3b5bbc5..594eb72 100644 --- a/org/out_metadata.org +++ b/org/out_metadata.org @@ -7,6 +7,7 @@ #+COPYRIGHT: Copyright (C) 2015 - 2020 Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty +#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t #+PROPERTY: header-args :exports code #+PROPERTY: header-args+ :noweb yes #+PROPERTY: header-args+ :eval no @@ -24,7 +25,8 @@ template outputMetadata() { @safe void outputMetadata(T)( T doc_matters) { <<harvested_html_search>> <<output_imports>> -<<harvested_html_themes>> +<<harvested_html_themes_0>> +<<harvested_html_themes_1>> <<harvested_topics_html_head_1>> <<harvested_html_head>> <<harvested_topics_html_head_2>> @@ -258,7 +260,7 @@ metadata_write_output(doc_matters, metadata_); *** themes **** head -#+NAME: harvested_html_themes +#+NAME: harvested_html_themes_0 #+BEGIN_SRC css string theme_dark_0 = format(q"┃ body { @@ -324,7 +326,7 @@ string theme_light_0 = format(q"┃ **** levels -#+NAME: harvested_html_themes +#+NAME: harvested_html_themes_1 #+BEGIN_SRC css string theme_dark_1 = format(q"┃ h1 { |