From fd879de353537cd5e306fb0aca2574b1c2021038 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 21 Mar 2023 15:13:50 -0400 Subject: [PATCH] Add a test case showing 2 blank lines exits the top-level plain list. --- .../list_paragraph_nesting.README.txt | 3 +++ .../list_paragraph_nesting.org | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 org_mode_samples/exit_matcher_investigation/list_paragraph_nesting.README.txt create mode 100644 org_mode_samples/exit_matcher_investigation/list_paragraph_nesting.org diff --git a/org_mode_samples/exit_matcher_investigation/list_paragraph_nesting.README.txt b/org_mode_samples/exit_matcher_investigation/list_paragraph_nesting.README.txt new file mode 100644 index 0000000..a002abb --- /dev/null +++ b/org_mode_samples/exit_matcher_investigation/list_paragraph_nesting.README.txt @@ -0,0 +1,3 @@ +Looks like 2 blank lines always exits the top-level plain list. + +Plain lists do not seem to go inside paragraphs but rather exist beside them. diff --git a/org_mode_samples/exit_matcher_investigation/list_paragraph_nesting.org b/org_mode_samples/exit_matcher_investigation/list_paragraph_nesting.org new file mode 100644 index 0000000..843a1e0 --- /dev/null +++ b/org_mode_samples/exit_matcher_investigation/list_paragraph_nesting.org @@ -0,0 +1,10 @@ +1. foo + + bar + + 1. baz + + lorem + + +ipsum