[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: failing creating multiple indirect org buffers .
From: |
Eli Zaretskii |
Subject: |
Re: failing creating multiple indirect org buffers . |
Date: |
Fri, 01 Mar 2024 10:23:13 +0200 |
> Date: Fri, 1 Mar 2024 07:47:52 +0000
> From: Alexandros Prekates <aprekates@posteo.net>
>
> In emacs 29 M-x clone-indirect-buffer will work only once.
> So lets say i have a Base buffer and a CloneA .
> If i try to create a new clone on Base i will get a new buffer but it
> will behave like CloneA.
What do you mean by "behave like CloneA"?
> Also M-x make-indirect-buffer creates new buffers but
> the are not visible in the GUI buffer list
What command do you use to show the buffer list? The default binding
of "C-x C-b", which invokes list-buffers, does show indirect buffers
created by make-indirect-buffer.
> and also if visited with C-x C-b they appear in fundamental mode and
> not in Org mode.
That's the intended behavior. If you want the indirect buffer to have
the same mode as its base buffer, use clone-indirect-buffer instead.