aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/ao_read_source_files.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-10-27 17:31:37 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:13 -0400
commit573ee7f71db12700bd587b62bb74e193bfb98a3e (patch)
tree76bd8e8e688821fee33018a169b86c055a30b7b1 /org/ao_read_source_files.org
parent0.7.3 provide associated segment name for endnotes section and book index (diff)
sync, fix level :A split infodoc-reform_v0.0.7
Diffstat (limited to 'org/ao_read_source_files.org')
-rw-r--r--org/ao_read_source_files.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/org/ao_read_source_files.org b/org/ao_read_source_files.org
index a004fc2..8aab5c9 100644
--- a/org/ao_read_source_files.org
+++ b/org/ao_read_source_files.org
@@ -242,9 +242,7 @@ auto markupSourceReadIn(in string fn_src) {
auto markupSourceHeaderContentRawLineTupleArray(in string source_txt_str) {
auto hc = header0Content1(source_txt_str);
auto header = hc[0];
- char[] la;
- la ~= "A~ ";
- char[] source_txt = la ~ hc[1];
+ char[] source_txt = hc[1];
auto source_line_arr = markupSourceLineArray(source_txt);
auto t = tuple(
header,