[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: the «inverse» function of join-lines
From: |
Emanuel Berg |
Subject: |
Re: the «inverse» function of join-lines |
Date: |
Thu, 23 Nov 2023 21:57:07 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Nikolay Kudryavtsev wrote:
> Weirdly I have not found unfill-paragraph-or-region anywhere
> in the org mode.
>From the Emacs wiki,
(defun unfill-region (beg end)
"Unfill the region, joining text paragraphs into a single line.
\nhttp://emacswiki.org/emacs/unfillregion"
(interactive "*r")
(let ((fill-column (point-max)))
(fill-region beg end) ))
--
underground experts united
https://dataswamp.org/~incal