aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_abstraction.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-05-15 20:33:35 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:15 -0400
commit228d14579be7cd63fe3ffdea7a4da8e814c0905a (patch)
tree4535606f6e3533c9be1987945889ff9958536ef7 /org/meta_abstraction.org
parenthtml & epub images in place (dimensions not & other issues) (diff)
org cosmetic, minor
Diffstat (limited to 'org/meta_abstraction.org')
-rw-r--r--org/meta_abstraction.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/org/meta_abstraction.org b/org/meta_abstraction.org
index 4acb481..43cd85d 100644
--- a/org/meta_abstraction.org
+++ b/org/meta_abstraction.org
@@ -14,7 +14,8 @@
#+FILETAGS: :sdp:rel:meta:
#+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n)
-[[./sdp.org][sdp]] [[./][org/]]
+- [[./sdp.org][sdp]] [[./][org/]]
+
* 1. Document Abstraction :module:sdp:metadoc_from_src:
Process markup document, create document abstraction.
@@ -6690,7 +6691,7 @@ struct Bibliography {
}
JSONValue[] biblio_unsorted_array_of_json_objects
= bib_arr_json.dup;
- destroy(bib_arr_json);
+ destroy(bib_arr_json);
return biblio_unsorted_array_of_json_objects;
}
#+END_SRC