emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-(un)fill-buffer


From: Ihor Radchenko
Subject: Re: org-(un)fill-buffer
Date: Wed, 10 Jan 2024 15:50:45 +0000

Psionic K <psionik@positron.solutions> writes:

>> You may instead just run
>> (let ((fill-column most-positive-fixnum)) (fill-region (point-min) 
>> (point-max)))
> No.  That will have to be run manually on every element and every line
> of every list.  I suppose let's just not talk about it further and
> I'll submit a patch so there's no confusion.

May you please elaborate what is wrong with `fill-region'?

> This is the org-fill-buffer command, done generically for people who want
> to fill or unfill the entire buffer, as is required when alternating
> between hard newline filling and visual line mode filling.
> ...
> * lisp/org.el: (org-fill-buffer) this command walks the tree and will
> call fill-paragraph on every paragraph or plain-list element, enabling
> the user to quickly cycle between hard newlines or visual-line-mode.
> They can also adjust the fill, such as after removing indentation.

I'd rather make use of the existing Emacs toggles that control filling,
so that `fill-region' works as expected.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
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

[Prev in Thread] Current Thread [Next in Thread]