[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-agenda-entry-text-mode
From: |
David Masterson |
Subject: |
Re: org-agenda-entry-text-mode |
Date: |
Wed, 25 Jan 2023 20:56:08 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
<tomas@tuxteam.de> writes:
> On Wed, Jan 25, 2023 at 01:24:56PM +0000, Ihor Radchenko wrote:
>> David Masterson <dsmasterson@gmail.com> writes:
>>
>> > Ooh! Found org-agenda-entry-text-exclude-regexp! It's so close to what
>> > I want. With it, I can delete everything on a line that I don't want to
>> > be displayed with org-agenda-entry-text-mode. But I can't get rid of
>> > the line, so I wind up with blank lines where the log would've been.
>>
>> You can. Just include newline into your regexp.
>
> If you are entering it interactively into the minibuffer, that's
> CTRL-J (in a terminal you might have to do CTRL-Q CTRL-J).
How do you represent that in Elisp? I can't quite get it from the Elisp
Manual, but I think it's "\n" (CMIIAW)
--
David Masterson