On Tue, 19 Jul 2022 19:36:35 +, Sébastien Miquel
said:
> This should be fixed on main. If not, please say so.
It's fixed. Thank you very much.
--
Att.,
Renato Ferreira
Hi,
Renato Ferreira writes:
> Go to start of list, `org-mark-element`, then `org-fill-paragraph`.
The first item does not get filled.
This should be fixed on main. If not, please say so.
I'm removing this from updates.orgmode.org:
Canceled.
--
Sébastien Miquel
Hi,
Renato Ferreira writes:
I stumbled upon a bug introduced by it: filling lists with active region.
# MRE:
Go to start of list, `org-mark-element`, then `org-fill-paragraph`. The first
item does not get filled.
```org
* This is a test
- Aliquam erat volutpat. Nunc eleifend leo vitae magn
Considering the change 91b239829 that fixes this bug:
https://list.orgmode.org/87d04zm7gm@fastmail.fm/
I stumbled upon a bug introduced by it: filling lists with active region.
# MRE:
Go to start of list, `org-mark-element`, then `org-fill-paragraph`. The first
item does not get filled.
``
* org.el (org-fill-paragraph): Fill also the paragraph at
`region-beginning' when filling plain lists with active region.
TINYCHANGE
---
lisp/org.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 6842bfe9b..8ba5f4590 100644
--- a/lisp/org.