Working!

Thanks, Tomas ^^

By the way, I can't see ~^J~ in my document. Is there a way to see it? Using ~whitespace-mode~ doesn't work for that.

Best regards

El 08/10/2022 a las 15:03, tomas@tuxteam.de escribió:
On Sat, Oct 08, 2022 at 01:19:28PM +0200, Ypo wrote:
I want to make a "query replace", where

" - " should be substituted by

"breakline - "


How do I insert in a query replace a breakline?

"\\ - " seems to work only for LaTeX export.

"^J - " writes down ^J literally, and doesn't work as a break line.
It's C-Q C-J (aka ^Q^J). The CTRL-Q "quotes" the next char (handy also
for other control characters -- see also 7.1 "Inserting Text" in the
fine manual).

Cheers