the_wurfkreuz <[email protected]> writes:

> The `fill-region` command in org-mode works incorrectly.
>
> Steps to reproduce:
> 1. Launch emacs `emacs -Q -L path/to/org-mode/lisp`
> 2. Execute `org-mode`
> 3. Past this into the scratch buffer:
>
> #+begin_src conf
> pid /tmp/nginx.pid;
> events {}
> # one two three four five six seven eight nine ten eleven twelve thirteen 
> fourteen
> ...

Confirmed.
Note that Org cannot do much about M-x fill-region in Emacs <31.
Since Emacs 31 (not yet released), there is
`fill-region-as-paragraph-function', which we can utilize.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to