diff --git a/org_mode_samples/element_container_priority/README.org b/org_mode_samples/element_container_priority/README.org index 0b60ce31..5cfff0a6 100644 --- a/org_mode_samples/element_container_priority/README.org +++ b/org_mode_samples/element_container_priority/README.org @@ -54,7 +54,7 @@ Sections are divided by headlines. This test interleaves the opening and closing of each element container to see which element becomes parsed vs gets broken up. The row determines the first opening element and the column determines the second opening element. | | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List | |---------------------+---------+---------------+--------+---------------+---------------------+------------| -| Section | - | | | | | | +| Section | - | Section | | | | | | Greater Block | | | | | | | | Drawer | | | | | | | | Dynamic Block | | | | | | | diff --git a/org_mode_samples/element_container_priority/section_greater_block.org b/org_mode_samples/element_container_priority/section_greater_block.org new file mode 100644 index 00000000..558389f7 --- /dev/null +++ b/org_mode_samples/element_container_priority/section_greater_block.org @@ -0,0 +1,4 @@ +* Headline +#+begin_center +* Another headline +#+end_center