* bug#34334: 26.1; org-list-make-subtree eating newline after list
[not found] <DBBPR04MB628233293DFB19C06E16132AAE6E0@DBBPR04MB6282.eurprd04.prod.outlook.com>
@ 2019-02-10 22:29 ` Nicolas Goaziou
0 siblings, 0 replies; only message in thread
From: Nicolas Goaziou @ 2019-02-10 22:29 UTC (permalink / raw)
To: Felix Wiemuth; +Cc: 34334-done
Hello,
Felix Wiemuth <felixwiemuth@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-10 22:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <DBBPR04MB628233293DFB19C06E16132AAE6E0@DBBPR04MB6282.eurprd04.prod.outlook.com>
2019-02-10 22:29 ` bug#34334: 26.1; org-list-make-subtree eating newline after list Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).