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 wrote: > Amol Vaidya 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 . > Support Org development at , > or support my work at >