[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Org Babel related popup buffer names not unified
From: |
Christopher M. Miles |
Subject: |
Org Babel related popup buffer names not unified |
Date: |
Sat, 13 Jul 2024 18:19:41 +0800 |
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
signature.asc
Description: PGP signature
- Org Babel related popup buffer names not unified,
Christopher M. Miles <=