What a silly error on my part.

Thank you for your time. Apologies about it being something so simple that I did not see.

On Sun, Sep 22, 2024 at 12:45 PM Ihor Radchenko <yantar92@posteo.net> wrote:
Amol Vaidya <amolvaidya06@gmail.com> writes:

> I'm curious, then, why would what I've done in Test 2 nor corral it?
>
> (add-to-list 'display-buffer-alist '("\\*CAPTURE*"
> (display-buffer-same-window)))

Oops. I missed that part.

It does not work for very simple reason - "\\*CAPTURE*" regexp does not
match buffer name of the capture buffer.

Try
(add-to-list 'display-buffer-alist '("CAPTURE" display-buffer-same-window))

--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>