emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-(un)fill-buffer
@ 2024-01-10  9:40 Psionic K
  2024-01-10 12:34 ` org-(un)fill-buffer Ihor Radchenko
  0 siblings, 1 reply; 9+ messages in thread
From: Psionic K @ 2024-01-10  9:40 UTC (permalink / raw)
  To: emacs-orgmode

I wrote up a small addition to the unfill package, which is very
convenient for switching hard newlines out in favor of tools like
visual-line-mode and adaptive-wrap.

The command unfilled every list and paragraph in the entire buffer.  PR is here:
https://github.com/purcell/unfill/pull/11#pullrequestreview-1812645481

Steve wants to consider it for the org package itself.  Questions from me:
1. will this be accepted?
2. where would it go?
3. because org is more general than unfill, I would instead name the
command org-fill-buffer and we can recommend that users run in a hook:
(setq-local fill-column most-positive-fixnum).  After that, every call
to `org-fill-buffer` will just do what they mean, just like how
`fill-paragraph` will respect fill-column.

I'm going to use the combination of `org-unindent-buffer` and
`org-fill-buffer` in my own personal org shortcuts, but such a command
is probably too much based on my personal taste.

I think I will be recommending this combination to users in an upcoming video:
1.  visual-fill-column
2.  visual-line-mode
3.  adaptive-wrap
4.  configuring an org mode hook for "unfill" behavior
5.  combining unindent with (un)fill in order to clean up old cruddy
hard-indented, hard-newline documents


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-01-11  1:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-10  9:40 org-(un)fill-buffer Psionic K
2024-01-10 12:34 ` org-(un)fill-buffer Ihor Radchenko
2024-01-10 14:04   ` org-(un)fill-buffer Psionic K
2024-01-10 14:26     ` org-(un)fill-buffer Psionic K
2024-01-10 15:50       ` org-(un)fill-buffer Ihor Radchenko
2024-01-10 16:22         ` org-(un)fill-buffer Psionic K
2024-01-10 16:36           ` fill-region-as-paragraph does not respect fill-paragraph-function (was: org-(un)fill-buffer) Ihor Radchenko
2024-01-11  1:12           ` org-(un)fill-buffer Samuel Wales
2024-01-11  1:48             ` org-(un)fill-buffer Psionic K

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).