diff --git a/org_mode_samples/element_container_priority/README.org b/org_mode_samples/element_container_priority/README.org index 78ca4b3..24c3f20 100644 --- a/org_mode_samples/element_container_priority/README.org +++ b/org_mode_samples/element_container_priority/README.org @@ -62,4 +62,4 @@ This test interleaves the opening and closing of each element container to see w | Drawer | Section | First | First | First | First | First | | Dynamic Block | Section | First | First | First | First | First | | Footnote Definition | Section | First | First | First | - | - | -| Plain List | Section | Second | First | | - | | +| Plain List | Section | Second | First | Second | - | First | diff --git a/org_mode_samples/element_container_priority/plain_list_dynamic_block.org b/org_mode_samples/element_container_priority/plain_list_dynamic_block.org new file mode 100644 index 0000000..c5d1daf --- /dev/null +++ b/org_mode_samples/element_container_priority/plain_list_dynamic_block.org @@ -0,0 +1,6 @@ +1. foo + #+BEGIN: foo :hlines 1 :id global + + + #+END: +2. bar diff --git a/org_mode_samples/element_container_priority/plain_list_plain_list.org b/org_mode_samples/element_container_priority/plain_list_plain_list.org new file mode 100644 index 0000000..cfe5d45 --- /dev/null +++ b/org_mode_samples/element_container_priority/plain_list_plain_list.org @@ -0,0 +1,5 @@ +1. foo + 1. bar + + + 2. baz