Add test for nested list end via 2 blank lines.
This commit is contained in:
parent
6a0dc2fc62
commit
a5a03126d2
@ -12,7 +12,7 @@ endif
|
||||
.RECIPEPREFIX = >
|
||||
|
||||
.PHONY: all
|
||||
all: paragraphs.tree.txt
|
||||
all: paragraphs.tree.txt nested_paragraphs.tree.txt
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
6
org_mode_samples/plain_lists/nested_paragraphs.org
Normal file
6
org_mode_samples/plain_lists/nested_paragraphs.org
Normal file
@ -0,0 +1,6 @@
|
||||
lorem
|
||||
1. foo
|
||||
1. bar
|
||||
|
||||
|
||||
baz
|
@ -1,3 +1,7 @@
|
||||
1. foo
|
||||
2. bar
|
||||
(message "%s" (org-element-parse-buffer))
|
||||
baz
|
||||
3. lorem
|
||||
|
||||
|
||||
ipsum
|
||||
|
Loading…
Reference in New Issue
Block a user