diff --git a/org_mode_samples/element_container_priority/README.org b/org_mode_samples/element_container_priority/README.org index 4758af49..6d457b1e 100644 --- a/org_mode_samples/element_container_priority/README.org +++ b/org_mode_samples/element_container_priority/README.org @@ -58,6 +58,6 @@ This test interleaves the opening and closing of each element container to see w | Section | - | Section | Section | Section | Section | Section | | Greater Block | Section | First | First | First | First | First | | Drawer | Section | First | First | First | First | First | -| Dynamic Block | Section | First | | | | | -| Footnote Definition | Section | First | | | | | -| Plain List | Section | Second | | | | | +| Dynamic Block | Section | First | First | | | | +| Footnote Definition | Section | First | First | | | | +| Plain List | Section | Second | First | | | | diff --git a/org_mode_samples/element_container_priority/dynamic_block_drawer.org b/org_mode_samples/element_container_priority/dynamic_block_drawer.org new file mode 100644 index 00000000..83d49f97 --- /dev/null +++ b/org_mode_samples/element_container_priority/dynamic_block_drawer.org @@ -0,0 +1,4 @@ +#+BEGIN: foo :hlines 1 :id global +:drawername: +#+END: +:end: diff --git a/org_mode_samples/element_container_priority/footnote_definition_drawer.org b/org_mode_samples/element_container_priority/footnote_definition_drawer.org new file mode 100644 index 00000000..ecf1b97e --- /dev/null +++ b/org_mode_samples/element_container_priority/footnote_definition_drawer.org @@ -0,0 +1,6 @@ +[fn:1] footnote. +:drawername: + + +:end: +Is this still in the footnote? diff --git a/org_mode_samples/element_container_priority/plain_list_drawer.org b/org_mode_samples/element_container_priority/plain_list_drawer.org new file mode 100644 index 00000000..5547ec30 --- /dev/null +++ b/org_mode_samples/element_container_priority/plain_list_drawer.org @@ -0,0 +1,6 @@ +1. foo +:drawername: + + +:end: +2. bar