"Christopher M. Miles" <numbch...@gmail.com> 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-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?
I agree that the inconsistency is annoying, but by changing the names we risk breaking user configs. And there is no clear significant benefit in being more consistent (other than aesthetics). So, I see no reason to change the status quo. -- 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>