aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/util_spine_markup_conversion_from_sisu.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-06-27 15:27:05 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-06-28 14:39:52 -0400
commit4e84f496adb538db3d3fc75134d6e05086332bf9 (patch)
treefab98dc3b98839a6a3457bd340074e96a5d2f094 /org/util_spine_markup_conversion_from_sisu.org
parentnix-build cleanup, external sources localized (diff)
org-mode code block headers
Diffstat (limited to 'org/util_spine_markup_conversion_from_sisu.org')
-rw-r--r--org/util_spine_markup_conversion_from_sisu.org19
1 files changed, 15 insertions, 4 deletions
diff --git a/org/util_spine_markup_conversion_from_sisu.org b/org/util_spine_markup_conversion_from_sisu.org
index d4a0600..d6f51c6 100644
--- a/org/util_spine_markup_conversion_from_sisu.org
+++ b/org/util_spine_markup_conversion_from_sisu.org
@@ -14,18 +14,23 @@
#+PROPERTY: header-args+ :results no
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
+#+PROPERTY: header-args+ :mkdirp yes
* Markup conversion tools
** README
-#+BEGIN_SRC text :tangle "../misc/util/d/tools/markup_conversion/README"
+#+HEADER: :tangle "../misc/util/d/tools/markup_conversion/README"
+#+BEGIN_SRC text
#+END_SRC
** endnotes, inline from binary
*** tangle
-#+BEGIN_SRC d :tangle "../misc/util/d/tools/markup_conversion/endnotes_inline_from_binary.d" :tangle-mode (identity #o755) :shebang #!/usr/bin/env rdmd
+#+HEADER: :tangle "../misc/util/d/tools/markup_conversion/endnotes_inline_from_binary.d"
+#+HEADER: :tangle-mode (identity #o755)
+#+HEADER: :shebang #!/usr/bin/env rdmd
+#+BEGIN_SRC d
<<inline_notes_head>>
<<inline_notes_imports>>
void main(string[] args) {
@@ -202,7 +207,10 @@ if (endnotes.length == endnote_ref_count) {
** conversion from sisu (sisu bespoke headers) any binary to inline notes TODO
*** tangle
-#+BEGIN_SRC d :tangle "../misc/util/d/tools/markup_conversion/markup_conversion_from_sisu_ruby_to_sisu_spine.d" :tangle-mode (identity #o755) :shebang #!/usr/bin/env rdmd
+#+HEADER: :tangle "../misc/util/d/tools/markup_conversion/markup_conversion_from_sisu_ruby_to_sisu_spine.d"
+#+HEADER: :tangle-mode (identity #o755)
+#+HEADER: :shebang #!/usr/bin/env rdmd
+#+BEGIN_SRC d
<<from_sisu_rb_head>>
<<from_sisu_rb_imports>>
void main(string[] args) {
@@ -660,7 +668,10 @@ foreach (paragraph; paragraphs) {
** conversion from sisu and multiple headers (sisu bespoke, sdlang, toml) incomplete
*** tangle
-#+BEGIN_SRC d :tangle "../misc/util/d/tools/markup_conversion/markup_changes_header_and_content.d" :tangle-mode (identity #o755) :shebang #!/usr/bin/env rdmd
+#+HEADER: :tangle "../misc/util/d/tools/markup_conversion/markup_changes_header_and_content.d"
+#+HEADER: :tangle-mode (identity #o755)
+#+HEADER: :shebang #!/usr/bin/env rdmd
+#+BEGIN_SRC d
<<from_previous_markups_head>>
<<from_previous_markups_imports>>
void main(string[] args) {