From: Emanuel Berg <incal@dataswamp.org>
To: help-gnu-emacs@gnu.org
Subject: Re: the «inverse» function of join-lines
Date: Thu, 23 Nov 2023 21:57:07 +0100 [thread overview]
Message-ID: <87jzq8dw7w.fsf@dataswamp.org> (raw)
In-Reply-To: 68695a9c-367e-4dc4-b687-6db750dfc066@gmail.com
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
prev parent reply other threads:[~2023-11-23 20:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-24 9:25 the «inverse» function of join-lines Uwe Brauer
2023-10-24 9:37 ` Emanuel Berg
2023-10-24 9:47 ` Yuri Khan
2023-10-24 10:12 ` Yuri Khan
2023-10-24 12:17 ` Uwe Brauer
2023-10-24 14:23 ` Yuri Khan
2023-10-24 10:10 ` Tim Landscheidt
2023-10-24 12:18 ` Uwe Brauer
2023-10-24 12:50 ` Nikolay Kudryavtsev
2023-10-24 14:43 ` Uwe Brauer
2023-11-23 15:50 ` Nikolay Kudryavtsev
2023-11-23 20:57 ` Emanuel Berg [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87jzq8dw7w.fsf@dataswamp.org \
--to=incal@dataswamp.org \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).