diff --git a/org_mode_samples/element_container_priority/README.org b/org_mode_samples/element_container_priority/README.org index b4af22b..14be2a8 100644 --- a/org_mode_samples/element_container_priority/README.org +++ b/org_mode_samples/element_container_priority/README.org @@ -52,11 +52,12 @@ Sections are divided by headlines. #+end_src * Which container takes priority 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 first and section second tests are identical so I only included section first in the repo. | | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List | |---------------------+---------+---------------+---------+---------------+---------------------+------------| | Section | - | Section | Section | Section | Section | Section | -| Greater Block | | | | | | | -| Drawer | | | | | | | -| Dynamic Block | | | | | | | -| Footnote Definition | | | | | | | -| Plain List | | | | | | | +| Greater Block | Section | | | | | | +| Drawer | Section | | | | | | +| Dynamic Block | Section | | | | | | +| Footnote Definition | Section | | | | | | +| Plain List | Section | | | | | |