diff options
Diffstat (limited to 'org/default_misc.org')
-rw-r--r-- | org/default_misc.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/default_misc.org b/org/default_misc.org index 582dfa9..05496f1 100644 --- a/org/default_misc.org +++ b/org/default_misc.org @@ -69,8 +69,8 @@ template SiSUrgxInitFlags() { "tic_block" : 0, "tic_quote" : 0, "tic_table" : 0, - "ocn_status" : 0, // 0 obj_cite_number; 1 no obj_cite_number; 2 no obj_cite_number & dummy headings - "ocn_status_off_for_multiple_objects" : 0, // 0 obj_cite_number; 1 no obj_cite_number; 2 no obj_cite_number & dummy headings + "ocn_status" : 0, // 0 object_number; 1 no object_number; 2 no object_number & dummy headings + "ocn_status_off_for_multiple_objects" : 0, // 0 object_number; 1 no object_number; 2 no object_number & dummy headings "book_index" : 0, ]; return flags_type_init; |