aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_defaults.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/ao_defaults.org')
-rw-r--r--org/ao_defaults.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/org/ao_defaults.org b/org/ao_defaults.org
index e16ed59..391abbb 100644
--- a/org/ao_defaults.org
+++ b/org/ao_defaults.org
@@ -179,7 +179,7 @@ template SiSUheader() {
auto config_jsonstr = `{
}`;
}
-#+end_src
+#+END_SRC
** template: flags regex initialize
#+name: ao_defaults_templates
#+BEGIN_SRC d :exports none
@@ -217,7 +217,7 @@ template SiSUrgxInitFlags() {
"book_index" : 0,
];
}
-#+end_src
+#+END_SRC
** template: bibliography
#+name: ao_defaults_templates
#+BEGIN_SRC d :exports none
@@ -268,7 +268,7 @@ template SiSUbiblio() {
"sn" : "short_name"
]; // is: book, article, magazine, newspaper, blog, other
}
-#+end_src
+#+END_SRC
** template: internal markup
#+name: ao_defaults_templates
#+BEGIN_SRC d :exports none
@@ -278,15 +278,15 @@ template InternalMarkup() {
auto en_b_o = "〖"; auto en_b_c = "〗";
}
}
-#+end_src
+#+END_SRC
* tangles
** code structure: :ao_defaults.d:
#+name: tangle_ao_defaults
-#+BEGIN_SRC d :tangle ../lib/sdp/ao_defaults.d :exports none :noweb yes
+#+BEGIN_SRC d :tangle ../lib/sdp/ao_defaults.d :padline no :exports none :noweb yes
/*
defaults
ao_defaults.d
*/
<<ao_defaults_templates>>
-#+end_src
+#+END_SRC