Re: [PATCH v3] Re: Org Babel related popup buffer names not unified

2024-07-16 Thread Ihor Radchenko
"Christopher M. Miles" writes: > From 75ab4e209e99502f49b506ce59f613bbe4e1 Mon Sep 17 00:00:00 2001 > From: stardiviner > Date: Sun, 14 Jul 2024 19:24:55 +0800 > Subject: [PATCH] ob-core.el: unify Org Babel related buffer names using > constant variable Applied, onto main, with amendments

Re: Org Babel related popup buffer names not unified

2024-07-13 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I use bellowing config to manage Org Babel related popup buffer displaying. > > (add-to-list 'display-buffer-alist '("^\\*Org Src.*\\*" . > (display-buffer-below-selected))) > (add-to-list 'display-buffer-alist '("^\\*Org Babel Results\\*" . > (display-buffer-be

Org Babel related popup buffer names not unified

2024-07-13 Thread Christopher M. Miles
I use bellowing config to manage Org Babel related popup buffer displaying. (add-to-list 'display-buffer-alist '("^\\*Org Src.*\\*" . (display-buffer-below-selected))) (add-to-list 'display-buffer-alist '("^\\*Org Babel Results\\*" . (display-buffer-below-selected))) (add-to-list 'display-buffe