From f41197b0964e1ca3995c23987bc16064e22f5474 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 16 Apr 2023 16:55:53 -0400 Subject: [PATCH] Add the first test. --- org_mode_samples/element_container_priority/README.org | 2 +- .../element_container_priority/section_greater_block.org | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 org_mode_samples/element_container_priority/section_greater_block.org 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