
These Makefiles were beautiful, but now that the org_mode_samples are integrated into the rust test framework, it no longer makes sense to keep using these Makefiles. Instead, running scripts/run_integration_test.bash <org file under org_mode_samples>... will output the same information, additional information, and it will do it all without writing anything to disk (besides any files generated during compilation).
What are the possible element containers
Sections
Sections are divided by headlines.
Zeroth section
* First headline
First section
** Child headline
Child section
* Second top-level headline
Second top-level section
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 | Greater Block | Drawer | Dynamic Block | Footnote Definition | Plain List | Paragraph | |
---|---|---|---|---|---|---|---|
Section | - | Section | Section | Section | Section | Section | Section |
Greater Block | Section | First | First | First | First | First | First |
Drawer | Section | First | First | First | First | First | First |
Dynamic Block | Section | First | First | First | First | First | First |
Footnote Definition | Section | First | First | First | - | - | - |
Plain List | Section | Second | Second | Second | - | - | - |
Paragraph | Section | Second | Second | Second | - | - | - |