aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_read_source_files.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/meta_read_source_files.org')
-rw-r--r--org/meta_read_source_files.org10
1 files changed, 4 insertions, 6 deletions
diff --git a/org/meta_read_source_files.org b/org/meta_read_source_files.org
index ab73040..b726631 100644
--- a/org/meta_read_source_files.org
+++ b/org/meta_read_source_files.org
@@ -70,10 +70,8 @@ static template readConfigSite() {
config_file_str = conf_file.readText;
break;
}
- }
- catch (ErrnoException ex) {
- }
- catch (FileException ex) {
+ } catch (ErrnoException ex) {
+ } catch (FileException ex) {
}
}
if (config_file_str.length > 0) { break; }
@@ -385,7 +383,7 @@ static template SiSUrawMarkupContent() {
#+END_SRC
** get markup source, read file :source:markup:
-*** read file, source string :string:
+*** read file, source string [#A] :string:
#+name: meta_markup_source_raw_read_file_source_string
#+BEGIN_SRC d
@@ -417,7 +415,7 @@ final private string readInMarkupSource(in char[] fn_src) {
}
#+END_SRC
-*** document header & content, array.length == 2 :array:
+*** document header & content, array.length == 2 [#A] :array:
here you split document header and body, an array.length == 2
split is on first match of level A~ (which is required)