Hello, Felix Wiemuth <felixwiem...@hotmail.de> writes:
> Start with an empty buffer in org-mode and add the following content: > > * A > - L1 > - L2 > * B > > If we execute `org-list-make-subtree` on any position within the list (the > two lines with L1/L2), we get > > * A > ** L1 > ** L2* B > > So the conversion "eats" the newline after the last list item. > > When having an additional newline before, it still eats the newline: > > * A > - L1 > - L2 > > * B > > After conversion: > > * A > ** L1 > ** L2 > * B > > It happens at any level in a tree, and no matter whether the list is > indented or has further levels. Fixed. Thank you. Regards, -- Nicolas Goaziou