emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org Babel related popup buffer names not unified
@ 2024-07-13 10:19 Christopher M. Miles
  2024-07-13 13:38 ` Ihor Radchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher M. Miles @ 2024-07-13 10:19 UTC (permalink / raw
  To: Org Mode List

[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Org Babel related popup buffer names not unified
  2024-07-13 10:19 Org Babel related popup buffer names not unified Christopher M. Miles
@ 2024-07-13 13:38 ` Ihor Radchenko
       [not found]   ` <66936038.050a0220.dc39.4457@mx.google.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2024-07-13 13:38 UTC (permalink / raw
  To: Christopher M. Miles; +Cc: Org Mode List

"Christopher M. Miles" <numbchild@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>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v3] Re: Org Babel related popup buffer names not unified
       [not found]               ` <6695bb90.170a0220.bf95b.f400@mx.google.com>
@ 2024-07-16 17:14                 ` Ihor Radchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Ihor Radchenko @ 2024-07-16 17:14 UTC (permalink / raw
  To: Christopher M. Miles; +Cc: Org Mode List

"Christopher M. Miles" <numbchild@gmail.com> writes:

> From 7eeee5ab4e209e99502f49b506ce59f613bbe4e1 Mon Sep 17 00:00:00 2001
> From: stardiviner <numbchild@gmail.com>
> 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 to the commit message. I updated it
according to the latest iteration of the patch and added missing
changelog entries.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f2141541b

-- 
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>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-16 17:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-13 10:19 Org Babel related popup buffer names not unified Christopher M. Miles
2024-07-13 13:38 ` Ihor Radchenko
     [not found]   ` <66936038.050a0220.dc39.4457@mx.google.com>
     [not found]     ` <87plrgjmy6.fsf@localhost>
     [not found]       ` <6693b7b0.170a0220.c3ff1.47dc@mx.google.com>
     [not found]         ` <87msmkjifd.fsf@localhost>
     [not found]           ` <66948e56.170a0220.581d4.07f6@mx.google.com>
     [not found]             ` <8734oak95j.fsf@localhost>
     [not found]               ` <6695bb90.170a0220.bf95b.f400@mx.google.com>
2024-07-16 17:14                 ` [PATCH v3] " Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).