aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/source_files_read.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/source_files_read.org')
-rw-r--r--org/source_files_read.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/org/source_files_read.org b/org/source_files_read.org
index 9ff0cc9..ceb2c36 100644
--- a/org/source_files_read.org
+++ b/org/source_files_read.org
@@ -317,7 +317,7 @@ static template DocReformRawMarkupContent() {
sourcefile_body_content = tu[0];
insert_file_list = tu[1].dup;
images_list = tu[2].dup;
- } else if (_opt_action.source || _opt_action.sisupod) {
+ } else if (_opt_action.source || _opt_action.pod) {
auto ins = Inserts();
auto tu
= ins.scan_master_src_for_insert_files_and_import_content(_opt_action, sourcefile_body_content, fn_src);
@@ -573,7 +573,7 @@ if (type1["curly_code"] == 1) {
markup_sourcesubfile_insert_content.length
);
}
- if (_opt_action.source || _opt_action.sisupod) {
+ if (_opt_action.source || _opt_action.pod) {
_images ~= _extract_images(markup_sourcesubfile_insert_content);
}
auto ins = Inserts();
@@ -591,7 +591,7 @@ if (type1["curly_code"] == 1) {
type1["header_make"] = 0;
type1["header_meta"] = 0;
contents_insert ~= line; // images to extract for image list?
- if (_opt_action.source || _opt_action.sisupod) {
+ if (_opt_action.source || _opt_action.pod) {
auto _image_linelist = _extract_images(line);
if (_image_linelist.length > 0) {
_images ~= _image_linelist;
@@ -670,7 +670,7 @@ if (type["curly_code"] == 1) {
fn_src_insert.to!string
);
contents ~= contents_insert_tu[0]; // images to extract for image list?
- if (_opt_action.source || _opt_action.sisupod) {
+ if (_opt_action.source || _opt_action.pod) {
auto _image_linelist = _extract_images(contents_insert_tu[0]);
if (_image_linelist.length > 0) {
_images ~= _image_linelist;
@@ -688,7 +688,7 @@ if (type["curly_code"] == 1) {
+/
} else {
contents ~= line;
- if (_opt_action.source || _opt_action.sisupod) {
+ if (_opt_action.source || _opt_action.pod) {
auto _image_linelist = _extract_images(line);
if (_image_linelist.length > 0) {
_images ~= _image_linelist;