From 0c693b23c4ff8f98a151884a24f150a5ff746dd4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 16 Oct 2020 19:16:18 -0400 Subject: org mode, unique code-block names & adjust headers - avoid org-mode undefined behavior, provide unique code-block names --- org/out_metadata.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'org/out_metadata.org') 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) { <> <> -<> +<> +<> <> <> <> @@ -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 { -- cgit v1.2.3