diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-01-08 19:39:26 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-01-08 19:39:26 -0800 |
| commit | 252211bd275e34e64c77d260348cedaa17ba4667 (patch) | |
| tree | 6c226a9aaf19add6c37b454adb06e34e1a388d90 /test | |
| parent | a6741bd55525718b4e2eacd17ace07eb2646de08 (diff) | |
Org writer: don't add blank line before lists.
The code to do this was apparently copied over from the RST
writer, but these blank lines aren't necessary or desirable
in org. See #7810 comment 3.
Diffstat (limited to 'test')
| -rw-r--r-- | test/writer.org | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/writer.org b/test/writer.org index 3a1fef604..3b0abef2b 100644 --- a/test/writer.org +++ b/test/writer.org @@ -230,18 +230,14 @@ Multiple paragraphs: :PROPERTIES: :CUSTOM_ID: nested :END: - - Tab - - Tab - - Tab Here's another: 1. First 2. Second: - - Fee - Fie - Foe @@ -264,7 +260,6 @@ Same thing but with paragraphs: :PROPERTIES: :CUSTOM_ID: tabs-and-spaces :END: - - this is a list item indented with tabs - this is a list item indented with spaces @@ -277,7 +272,6 @@ Same thing but with paragraphs: :PROPERTIES: :CUSTOM_ID: fancy-list-markers :END: - 2) [@2] begins with 2 3) and now 3 @@ -286,25 +280,20 @@ Same thing but with paragraphs: 4. [@4] sublist with roman numerals, starting with 4 5. more items - 1) a subsublist 2) a subsublist Nesting: 1. Upper Alpha - 1. Upper Roman. - 6) [@6] Decimal start with 6 - 3) [@3] Lower alpha with paren Autonumbering: 1. Autonumber. 2. More. - 1. Nested. Should not be a list item: @@ -598,7 +587,6 @@ Ellipses...and...and.... :PROPERTIES: :CUSTOM_ID: latex :END: - - \cite[22-23]{smith.1899} - \(2+2=4\) - \(x \in y\) |
