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-buffer-alist '("^\\*Org Babel Preview.*\\*" . 
(display-buffer-below-selected)))
(add-to-list 'display-buffer-alist '("^\\*Org Babel Error Output\\*" . 
(display-buffer-below-selected)))

I found in org-mode source code, some places use "*Org-Babel Results*",
somewhere does not have dash between *Org-Babel, "*Org-Babel Results*".

Other Org Babel related buffer names has same situations.

I hope org-mode can unify those buffer names.

Ihor, WDYT?

-- 

[ stardiviner ]
I try to make every word tell the meaning that I want to express without 
misunderstanding.

Blog: https://stardiviner.github.io/
IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

Attachment: signature.asc
Description: PGP signature

Reply via email to