Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2024-02-18 17:29:35 +01:00
commit 7360c6b427
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 7 additions and 3 deletions

View File

@ -151,8 +151,8 @@ headings for its own use."
TREE is the parse tree being exported. BACKEND is the export TREE is the parse tree being exported. BACKEND is the export
backend used. INFO is a plist used as a communication channel. backend used. INFO is a plist used as a communication channel.
Enforce a blank line between elements. There are two exceptions Enforce a blank line between elements. There are exceptions to this
to this rule: rule:
1. Preserve blank lines between sibling items in a plain list, 1. Preserve blank lines between sibling items in a plain list,
@ -160,8 +160,12 @@ to this rule:
paragraph and the next sub-list when the latter ends the paragraph and the next sub-list when the latter ends the
current item. current item.
3. Do not add blank lines after table rows. (This is irrelevant for
md exporter, but may surprise derived backends).
Assume BACKEND is `md'." Assume BACKEND is `md'."
(org-element-map tree (remq 'item org-element-all-elements) (org-element-map tree
(remq 'table-row (remq 'item org-element-all-elements))
(lambda (e) (lambda (e)
(org-element-put-property (org-element-put-property
e :post-blank e :post-blank