organic/org_mode_samples/plain_lists
Tom Alexander 2a04455955
Remove the makefiles from org_mode_samples.
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).
2023-04-19 16:22:53 -04:00
..
empty_list_item.org Wrote a plain list item parser. 2023-03-25 14:23:52 -04:00
indented_then_less_indented.org Add a test file showing lists where the earlier one is indented. 2023-03-31 13:32:07 -04:00
nested_paragraphs.org Add test for nested list end via 2 blank lines. 2023-03-19 14:52:29 -04:00
paragraphs.org Add test for nested list end via 2 blank lines. 2023-03-19 14:52:29 -04:00
start_nested_list_same_line.README.txt Add a test case showing only paragraphs exist on the first line for plain lists. 2023-03-25 13:25:20 -04:00
start_nested_list_same_line.org Add a test case showing only paragraphs exist on the first line for plain lists. 2023-03-25 13:25:20 -04:00