diff --git a/org_mode_samples/element_container_priority/README.org b/org_mode_samples/element_container_priority/README.org index f6fc2227..0881c912 100644 --- a/org_mode_samples/element_container_priority/README.org +++ b/org_mode_samples/element_container_priority/README.org @@ -56,8 +56,8 @@ This test interleaves the opening and closing of each element container to see w | | Section | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List | |---------------------+---------+---------------+---------------+---------------+---------------------+---------------| | Section | - | Section | Section | Section | Section | Section | -| Greater Block | Section | First | Greater Block | Greater Block | Greater Block | Greater Block | -| Drawer | Section | | | | | | -| Dynamic Block | Section | | | | | | -| Footnote Definition | Section | | | | | | -| Plain List | Section | | | | | | +| Greater Block | Section | First |First |First | First |First | +| Drawer | Section | First | | | | | +| Dynamic Block | Section | First | | | | | +| Footnote Definition | Section | First | | | | | +| Plain List | Section | Second | | | | | diff --git a/org_mode_samples/element_container_priority/drawer_greater_block.org b/org_mode_samples/element_container_priority/drawer_greater_block.org new file mode 100644 index 00000000..bcdf079c --- /dev/null +++ b/org_mode_samples/element_container_priority/drawer_greater_block.org @@ -0,0 +1,4 @@ +:drawername: +#+begin_center +:end: +#+end_center diff --git a/org_mode_samples/element_container_priority/dynamic_block_greater_block.org b/org_mode_samples/element_container_priority/dynamic_block_greater_block.org new file mode 100644 index 00000000..f1720a34 --- /dev/null +++ b/org_mode_samples/element_container_priority/dynamic_block_greater_block.org @@ -0,0 +1,4 @@ +#+BEGIN: foo :hlines 1 :id global +#+begin_center +#+END: +#+end_center diff --git a/org_mode_samples/element_container_priority/footnote_definition_greater_block.org b/org_mode_samples/element_container_priority/footnote_definition_greater_block.org new file mode 100644 index 00000000..277d777b --- /dev/null +++ b/org_mode_samples/element_container_priority/footnote_definition_greater_block.org @@ -0,0 +1,7 @@ +[fn:1] footenote. +#+begin_center + + +#+end_center + +Is this still in the footnote? diff --git a/org_mode_samples/element_container_priority/plain_list_greater_block.org b/org_mode_samples/element_container_priority/plain_list_greater_block.org new file mode 100644 index 00000000..cf2d6484 --- /dev/null +++ b/org_mode_samples/element_container_priority/plain_list_greater_block.org @@ -0,0 +1,6 @@ +1. foo + #+begin_center + + + #+end_center +2. bar